ci: allow branch pipelines for kaniko build

This commit is contained in:
Sam 2026-03-02 00:36:52 +01:00
parent 4860542d2b
commit 4bbc125a67

View file

@ -11,7 +11,7 @@ docker-build:
name: gcr.io/kaniko-project/executor:v1.23.2-debug name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""] entrypoint: [""]
rules: rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
before_script: before_script:
- mkdir -p /kaniko/.docker - mkdir -p /kaniko/.docker
- | - |