Skip to content

Commit 0256c67

Browse files
authored
chore(ci): build test images on tag
1 parent 37542cd commit 0256c67

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitlab-ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ build_test_image:
1212
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
1313
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/tools/Dockerfile-test --destination $CI_REGISTRY_IMAGE:test
1414
only:
15-
refs:
16-
- master
17-
changes:
18-
- tools/*
15+
- tags
1916

2017
deploy:
2118
stage: deploy

0 commit comments

Comments
 (0)