Forgotten jobs tags.
This commit is contained in:
parent
544e087260
commit
8dcf62a71d
@ -10,12 +10,16 @@ before_script:
|
||||
|
||||
build-local-registry-latest:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- docker build --pull -t $CI_REGISTRY_IMAGE:latest .
|
||||
- docker push $CI_REGISTRY_IMAGE:latest
|
||||
|
||||
build-local-registry-version:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- docker build --pull -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG .
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
|
||||
|
Loading…
Reference in New Issue
Block a user