diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-08-31 23:30:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-31 23:30:50 +0200 |
commit | 0256c678ea9593c6371ffff60663f83c423ca872 (patch) | |
tree | 5ad37a864e76a08962e867a9bbded1ea140aa9f7 | |
parent | 37542cd28aa94ba01d5d289d950350ec856745af (diff) | |
download | gitlab-0256c678ea9593c6371ffff60663f83c423ca872.tar.gz |
chore(ci): build test images on tag
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e961cb1..13556d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,7 @@ build_test_image: - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/tools/Dockerfile-test --destination $CI_REGISTRY_IMAGE:test only: - refs: - - master - changes: - - tools/* + - tags deploy: stage: deploy |