fix: update kaniko image path in gitlab-ci
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user