Skip to content

Commit

Permalink
Updated ECR tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-sandhu committed Oct 23, 2024
1 parent 576d627 commit 4126f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.ECR_REPO }}
IMAGE_TAG: xss
IMAGE_TAG: latest
run: |
echo "Starting docker build"
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit 4126f4f

Please sign in to comment.