mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Try 2
This commit is contained in:
parent
0c8c24bedf
commit
bf2c4d7cbf
1 changed files with 1 additions and 5 deletions
|
@ -42,8 +42,6 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
@ -55,7 +53,7 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
target: "dessalines/lemmy-ui:${DRONE_TAG}"
|
target: "[dessalines/lemmy-ui:${DRONE_TAG}, dessalines/lemmy-ui:latest]"
|
||||||
template: "dessalines/lemmy-ui:${DRONE_TAG}-OS-ARCH"
|
template: "dessalines/lemmy-ui:${DRONE_TAG}-OS-ARCH"
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
@ -98,8 +96,6 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue