mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Only push latest.
This commit is contained in:
parent
f9fa465398
commit
e5159a9d81
1 changed files with 0 additions and 16 deletions
16
.drone.yml
16
.drone.yml
|
@ -43,19 +43,3 @@ steps:
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: push to docker manifest
|
|
||||||
image: plugins/manifest
|
|
||||||
settings:
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
target: "dessalines/joinlemmy-site:${DRONE_TAG}"
|
|
||||||
template: "dessalines/joinlemmy-site:${DRONE_TAG}-OS-ARCH"
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
ignore_missing: true
|
|
||||||
when:
|
|
||||||
ref:
|
|
||||||
- refs/tags/*
|
|
||||||
|
|
Loading…
Reference in a new issue