ci: dry-run on push+publish to immawanderer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-03-16 21:53:51 +01:00
parent 3bc2768d6f
commit 22d00cc6cb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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