enable publishing images
This commit is contained in:
parent
16ef04a502
commit
5f58611232
24
.drone.yml
24
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user