8000
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 37542cd commit 0256c67Copy full SHA for 0256c67
.gitlab-ci.yml
@@ -12,10 +12,7 @@ build_test_image:
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
- refs:
16
- - master
17
- changes:
18
- - tools/*
+ - tags
19
20
deploy:
21
stage: deploy
0 commit comments