Skip to content
Snippets Groups Projects

Update gcr.io/kaniko-project/executor Docker tag to v1.13.0

Merged Renovate Bot requested to merge renovate/gcr.io-kaniko-project-executor-1.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.12.1-debug
name: gcr.io/kaniko-project/executor:v1.13.0-debug
entrypoint: [""]
script:
- export TAG=${CI_COMMIT_TAG:-CI_COMMIT_REF_SLUG}
Loading