We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427eb67 commit 3699aabCopy full SHA for 3699aab
.gitlab-ci.yml
@@ -0,0 +1,13 @@
1
+build:
2
+ stage: build
3
+ image:
4
+ name: gcr.io/kaniko-project/executor:v1.14.0-debug
5
+ entrypoint: [""]
6
+ script:
7
+ - /kaniko/executor
8
+ --context "${CI_PROJECT_DIR}"
9
+ --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
10
+ --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
11
+ --destination "${CI_REGISTRY_IMAGE}:latest"
12
+ rules:
13
+ - if: $CI_COMMIT_TAG
0 commit comments