Ensure TAG environment var is consistent case

This commit is contained in:
bennerv 2022-02-07 11:26:02 -05:00
Родитель 6d950ccfd8
Коммит 2cce57f678
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@ pr: none
variables:
- template: vars.yml
- name: tag
- name: TAG
- group: PROD CI Credentials
jobs:
@ -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: