Skip to content

Commit df32ff3

Browse files
committed
Update .gitlab-ci.yml
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
1 parent 0c5d52b commit df32ff3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ build:dist:
3939
artifacts:
4040
paths:
4141
- dist/
42-
tags:
43-
- docker-image-builder
4442

4543
# Stage: deploy
4644
##############################################################################
@@ -52,4 +50,4 @@ deploy:docker:
5250
script:
5351
- docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}
5452
tags:
55-
- docker
53+
- docker-image-builder

0 commit comments

Comments
 (0)