Update .gitlab-ci.yml file

This commit is contained in:
Mikhail 2023-10-22 23:55:47 +00:00
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"