Fixed a build by pull test issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -10,11 +10,12 @@ steps:
|
||||
settings:
|
||||
repo:
|
||||
from_secret: docker_repo
|
||||
cache_from:
|
||||
from_secret: docker_repo
|
||||
dry_run: true
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
- pull_request
|
||||
|
||||
- name: docker-build-push
|
||||
image: plugins/docker
|
||||
@@ -27,6 +28,8 @@ steps:
|
||||
from_secret: docker_pass
|
||||
registry:
|
||||
from_secret: docker_regst
|
||||
cache_from:
|
||||
from_secret: docker_repo
|
||||
insecure: true
|
||||
when:
|
||||
event:
|
||||
|
||||
Reference in New Issue
Block a user