ci: allow branch pipelines for kaniko build
This commit is contained in:
parent
4860542d2b
commit
4bbc125a67
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ docker-build:
|
|||
name: gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||
entrypoint: [""]
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
before_script:
|
||||
- mkdir -p /kaniko/.docker
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue