enable publishing images

This commit is contained in:
Brad Rydzewski 2018-08-08 23:34:24 -07:00
parent 16ef04a502
commit 5f58611232
1 changed files with 22 additions and 2 deletions

View File

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