1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-22 17:01:58 +01:00

Update .drone.yml

This commit is contained in:
TP Honey 2023-08-11 14:55:20 +01:00 committed by GitHub
parent 6b9e505650
commit 94c527b680
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ steps:
password:
from_secret: docker_password
auto_tag: true
auto_tag_suffix: linux-amd64
when:
event: [push, tag]
depends_on:
@ -38,7 +39,7 @@ steps:
password:
from_secret: docker_password
auto_tag: true
auto_tag_suffix: alpine
auto_tag_suffix: alpine-amd64
dockerfile: Dockerfile.alpine
when:
event: [push, tag]