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
|
||||
build-app:
|
||||
extends: .build_template
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
DOCKER_BUILD_PATH: "./Dockerfile"
|
||||
STAGING_BRANCH: "main"
|
||||
|
Loading…
Reference in New Issue
Block a user