Skip to content

Commit 5e049ab

Browse files
Nidhi GuptaNidhi Gupta
authored andcommitted
use tag as latest
1 parent de0b279 commit 5e049ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
ECR_REGISTRY: public.ecr.aws/w0f5g4k6
5656
ECR_REPOSITORY: client-svc
57-
IMAGE_TAG: ${{ github.sha }}
57+
IMAGE_TAG: latest
5858
run: |
5959
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
6060
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 commit comments

Comments
 (0)