Merge remote-tracking branch 'origin/master' into lash/update-aux-deps

This commit is contained in:
nolash 2021-09-06 20:41:12 +02:00
commit e01cd144d1
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