Skip to content
Snippets Groups Projects
Commit 3094d79b authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Use executor:debug.

parent 70fb1521
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ variables:
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug-v1.3.0
name: gcr.io/kaniko-project/executor:debug
script:
- /kaniko/executor
--cache=false
......@@ -29,4 +29,4 @@ build:
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $REGISTRY_IMAGE:2.4.50-buster
--destination $REGISTRY_IMAGE:$CI_COMMIT_SHA
## End of Job
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment