add build tag

This commit is contained in:
Blair Vanderlugt 2021-09-21 15:03:01 +03:00
parent 09382696e3
commit 88832a7113
1 changed files with 2 additions and 0 deletions

View File

@ -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}