CI: Always tag on */production and */staging branches
1 unresolved thread
Merge request reports
Activity
added 1 commit
- e8f22989 - CI: Always tag on */production and */staging branches
added 1 commit
- f7ee261e - CI: Always tag on */production and */staging branches
added 1 commit
- e856cf7e - CI: Always tag on */production and */staging branches
190 190 "docker://$CI_REGISTRY_IMAGE/$image:$TAG_NEW" 191 191 echo Tagged "$CI_REGISTRY_IMAGE/$image:$TAG_NEW" 192 192 done 193 only: 194 variables: 195 - $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH 193 rules: 194 - if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH 195 when: always 196 - if: $CI_COMMIT_BRANCH =~ /\/(production|staging)$/ 197 when: always - Comment on lines +196 to +197
Please register or sign in to reply