From 4f1d7fc6e7c78a327ce5ee16126d805f24ed78c6 Mon Sep 17 00:00:00 2001 From: Sandy Date: Tue, 8 Apr 2025 03:44:02 -0400 Subject: [PATCH] Update aws-ecr.yaml - updated pushtag --- aws-ecr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-ecr.yaml b/aws-ecr.yaml index 897fb3c..acb104e 100644 --- a/aws-ecr.yaml +++ b/aws-ecr.yaml @@ -22,5 +22,5 @@ stages: imageSource: 'imagename' sourceImageName: $(DOCKER_REPOSITORY_NAME) sourceImageTag: $(Build.BuildId) - pushTag: latest + pushTag: 2.0 repositoryName: $(DOCKER_REPOSITORY_NAME)