From 65555e0f42d619dcd7c33f07c938465ed6489de9 Mon Sep 17 00:00:00 2001 From: Sandra Soinska Date: Mon, 11 Nov 2024 08:22:49 +0000 Subject: [PATCH] image tag changed --- .github/workflows/post-merge-deploy-to-dev-TESTING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-merge-deploy-to-dev-TESTING.yml b/.github/workflows/post-merge-deploy-to-dev-TESTING.yml index 449e0c0c..5d87efee 100644 --- a/.github/workflows/post-merge-deploy-to-dev-TESTING.yml +++ b/.github/workflows/post-merge-deploy-to-dev-TESTING.yml @@ -62,7 +62,7 @@ jobs: CONTAINER_SIGN_KMS_KEY: ${{ secrets.CONTAINER_SIGN_KMS_KEY }} ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY_DEV_TESTING: ${{ secrets.ECR_REPOSITORY_DEV_TESTING }} - IMAGE_TAG: latest + IMAGE_TAG: test run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG acceptance-tests docker push $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG