ci: dry-run on push+publish to immawanderer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3bc2768d6f
commit
22d00cc6cb
@ -91,8 +91,7 @@ steps:
|
||||
repo: plugins/docker
|
||||
tags: linux-amd64
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
event: [push, pull_request]
|
||||
|
||||
- name: publish
|
||||
pull: always
|
||||
@ -102,9 +101,13 @@ steps:
|
||||
auto_tag_suffix: linux-amd64
|
||||
daemon_off: false
|
||||
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: immawanderer/drone-docker
|
||||
dry_run: true
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
branch: [edge-dind]
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
Loading…
Reference in New Issue
Block a user