Fixed a build by pull test issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-02 11:15:15 +02:00
parent d8e401f779
commit 22fcbca8e3

View File

@@ -10,10 +10,11 @@ steps:
settings:
repo:
from_secret: docker_repo
cache_from:
from_secret: docker_repo
dry_run: true
when:
event:
exclude:
- pull_request
- name: docker-build-push
@@ -27,6 +28,8 @@ steps:
from_secret: docker_pass
registry:
from_secret: docker_regst
cache_from:
from_secret: docker_repo
insecure: true
when:
event: