Skip to content

Commit

Permalink
image tag changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sandragds committed Nov 11, 2024
1 parent 07f1147 commit 65555e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-deploy-to-dev-TESTING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65555e0

Please sign in to comment.