add build tag
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user