Update .gitlab-ci.yml

This commit is contained in:
Blair Vanderlugt 2021-09-01 20:00:44 +00:00
parent 90cf24dcee
commit 8aa4d20eea
1 changed files with 3 additions and 1 deletions

View File

@ -29,8 +29,10 @@ build-push:
stage: build
tags:
- integration
#script:
# - TAG=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA sh ./scripts/build-push.sh
script:
- TAG=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA sh ./scripts/build-push.sh
- TAG=latest sh ./scripts/build-push.sh
rules:
- if: $CI_COMMIT_REF_PROTECTED == "true"
when: always