1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 19:41:38 +00:00

Double Pendulum

This commit is contained in:
2025-05-11 14:27:15 -07:00
parent 2afa12f5ee
commit 10083ec81c
4 changed files with 158 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.21.0-debug
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
@@ -9,6 +9,7 @@ build:
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
--destination "${CI_REGISTRY_IMAGE}:latest"
--cleanup
staging:
cache: