Skip to content

Commit 3699aab

Browse files
committed
gitlab ci
1 parent 427eb67 commit 3699aab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)