add build tag
This commit is contained in:
parent
09382696e3
commit
88832a7113
@ -10,6 +10,8 @@ before_script:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
- integration
|
||||
script:
|
||||
- docker build -t $CI_REGISTRY_IMAGE:${TAG:-latest} .
|
||||
- docker push $CI_REGISTRY_IMAGE:${TAG:-latest}
|
||||
|
Loading…
Reference in New Issue
Block a user