Skip to content

Commit

Permalink
Ensure TAG environment var is consistent case
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv committed Feb 7, 2022
1 parent 6d950cc commit 2cce57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/build-and-push-images-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pr: none

variables:
- template: vars.yml
- name: tag
- name: TAG
- group: PROD CI Credentials

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
[[ -z ${TAG} ]] && exit 1
## set the variable
echo '##vso[task.setvariable variable=tag]${TAG}'
echo '##vso[task.setvariable variable=TAG]${TAG}'
- template: ./templates/template-push-images-to-acr-tagged.yml
parameters:
Expand Down

0 comments on commit 2cce57f

Please sign in to comment.