Skip to content

Commit

Permalink
Changed image tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Mar 1, 2024
1 parent 209a2ab commit 45e01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: ${{ secrets.AWS_ECR_REPO }}
IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: latest
run: |
docker build -f apps/web/Dockerfile -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG

0 comments on commit 45e01dd

Please sign in to comment.