From 2cce57f67859f338344031ba8b5fd012e11c8005 Mon Sep 17 00:00:00 2001 From: bennerv <10840174+bennerv@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:26:02 -0500 Subject: [PATCH] Ensure TAG environment var is consistent case --- .pipelines/build-and-push-images-tagged.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/build-and-push-images-tagged.yml b/.pipelines/build-and-push-images-tagged.yml index 17db485c425..ac41685179c 100644 --- a/.pipelines/build-and-push-images-tagged.yml +++ b/.pipelines/build-and-push-images-tagged.yml @@ -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: