fix: update kaniko image path in gitlab-ci

This commit is contained in:
2026-09-03 11:44:37 +07:00
parent d2f9b91d67
commit c9dd57fddc
+1 -1
View File
@@ -9,7 +9,7 @@ variables:
build_image: build_image:
stage: build stage: build
image: image:
name: 10.15.39.186:8082/library/gcr.io/kaniko-project/executor:debug name: 10.15.39.186:8082/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
before_script: before_script:
- mkdir -p /kaniko/.docker - mkdir -p /kaniko/.docker