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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user