Update .gitlab-ci.yml file
This commit is contained in:
parent
c7646ab73a
commit
5b0bbe6243
@ -24,6 +24,9 @@ clear-old-images:
|
|||||||
- docker system prune -af
|
- docker system prune -af
|
||||||
build-app:
|
build-app:
|
||||||
extends: .build_template
|
extends: .build_template
|
||||||
|
image:
|
||||||
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
entrypoint: [""]
|
||||||
variables:
|
variables:
|
||||||
DOCKER_BUILD_PATH: "./Dockerfile"
|
DOCKER_BUILD_PATH: "./Dockerfile"
|
||||||
STAGING_BRANCH: "main"
|
STAGING_BRANCH: "main"
|
||||||
|
Loading…
Reference in New Issue
Block a user