Skip to content

Commit

Permalink
ci: dry-run on push+publish to immawanderer
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 07c40b4 commit e5693c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ steps:
repo: plugins/docker
tags: linux-amd64
when:
event:
- pull_request
event: [push, pull_request]

- name: publish
image: plugins/docker:18
Expand All @@ -96,9 +95,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
Expand Down

0 comments on commit e5693c3

Please sign in to comment.