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:
parent
6b9e505650
commit
94c527b680
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user