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.
2 parents 214f7ef + a14c02e commit fcea41cCopy full SHA for fcea41c
.gitlab-ci.yml
@@ -3,17 +3,6 @@ image: python:3.7
3
stages:
4
- deploy
5
6
-build_test_image:
7
- stage: deploy
8
- image:
9
- name: gcr.io/kaniko-project/executor:debug
10
- entrypoint: [""]
11
- script:
12
- - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
13
- - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/tools/Dockerfile-test --destination $CI_REGISTRY_IMAGE:test
14
- only:
15
- - tags
16
-
17
deploy:
18
stage: deploy
19
script:
tools/Dockerfile-test
0 commit comments