enable publishing images

This commit is contained in:
Brad Rydzewski 2018-08-08 23:34:24 -07:00
parent 16ef04a502
commit 5f58611232

View File

@ -19,12 +19,22 @@ pipeline:
repo: drone/git repo: drone/git
auto_tag: true auto_tag: true
auto_tag_suffix: linux-amd64 auto_tag_suffix: linux-amd64
dry_run: true secrets:
- docker_username
- docker_password
when: when:
event: event:
- push - push
- tag - tag
secrets:
docker_username:
external:
name: drone/docker#username
docker_password:
external:
name: drone/docker#password
--- ---
metadata: metadata:
name: linux-arm64 name: linux-arm64
@ -53,8 +63,18 @@ pipeline:
repo: drone/git repo: drone/git
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm64 auto_tag_suffix: linux-arm64
dry_run: true secrets:
- docker_username
- docker_password
when: when:
event: event:
- push - push
- tag - tag
secrets:
docker_username:
external:
name: drone/docker#username
docker_password:
external:
name: drone/docker#password