ci: dry-run on push+publish to immawanderer
This commit is contained in:
parent
07c40b46a6
commit
e5693c332a
@ -86,8 +86,7 @@ steps:
|
|||||||
repo: plugins/docker
|
repo: plugins/docker
|
||||||
tags: linux-amd64
|
tags: linux-amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event: [push, pull_request]
|
||||||
- pull_request
|
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker:18
|
image: plugins/docker:18
|
||||||
@ -96,9 +95,13 @@ steps:
|
|||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
dockerfile: docker/docker/Dockerfile.linux.amd64
|
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
repo: immawanderer/drone-docker
|
repo: immawanderer/drone-docker
|
||||||
dry_run: true
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
|
branch: [edge-dind]
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user