mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 22:49:33 +00:00
Try 3
This commit is contained in:
parent
e9bf73839d
commit
c43578ebce
36
.drone.yml
36
.drone.yml
|
@ -53,7 +53,24 @@ steps:
|
|||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "[dessalines/lemmy-ui:${DRONE_TAG}, dessalines/lemmy-ui:latest]"
|
||||
target: "dessalines/lemmy-ui:${DRONE_TAG}"
|
||||
template: "dessalines/lemmy-ui:${DRONE_TAG}-OS-ARCH"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: publish latest release docker manifest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "dessalines/lemmy-ui:latest"
|
||||
template: "dessalines/lemmy-ui:${DRONE_TAG}-OS-ARCH"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
@ -116,3 +133,20 @@ steps:
|
|||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: publish latest release docker manifest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "dessalines/lemmy-ui:latest"
|
||||
template: "dessalines/lemmy-ui:${DRONE_TAG}-OS-ARCH"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
|
Loading…
Reference in a new issue