Skip to content

Commit e5693c3

Browse files
ci: dry-run on push+publish to immawanderer
1 parent 07c40b4 commit e5693c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.drone.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ steps:
8686
repo: plugins/docker
8787
tags: linux-amd64
8888
when:
89-
event:
90-
- pull_request
89+
event: [push, pull_request]
9190

9291
- name: publish
9392
image: plugins/docker:18
@@ -96,9 +95,13 @@ steps:
9695
auto_tag_suffix: linux-amd64
9796
daemon_off: false
9897
dockerfile: docker/docker/Dockerfile.linux.amd64
98+
password:
99+
from_secret: docker_password
99100
repo: immawanderer/drone-docker
100-
dry_run: true
101+
username:
102+
from_secret: docker_username
101103
when:
104+
branch: [edge-dind]
102105
event:
103106
exclude:
104107
- pull_request

0 commit comments

Comments
 (0)