Skip to content

Commit ff7adad

Browse files
author
Simeranjeet Sandhu
committed
Updating ECR tag
1 parent 795da4a commit ff7adad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
9494
ECR_REPOSITORY: ${{ secrets.ECR_REPO }}
95-
IMAGE_TAG: xis
95+
IMAGE_TAG: latest
9696
run: |
9797
echo "Starting docker build"
9898
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .

0 commit comments

Comments
 (0)