fix: remove docker secret from dry run mode.

This commit is contained in:
Bo-Yi Wu
2019-02-23 13:17:06 +08:00
parent 13cfae1884
commit 82b1568868
2 changed files with 0 additions and 14 deletions

View File

@ -154,8 +154,6 @@
dockerfile: 'docker/Dockerfile.' + os + '.' + arch,
repo: 'appleboy/' + name,
cache_from: 'appleboy/' + name,
username: { 'from_secret': 'docker_username' },
password: { 'from_secret': 'docker_password' },
},
when: {
event: [ 'pull_request' ],