We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b279 commit 5e049abCopy full SHA for 5e049ab
.github/workflows/client_build.yaml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
ECR_REGISTRY: public.ecr.aws/w0f5g4k6
56
ECR_REPOSITORY: client-svc
57
- IMAGE_TAG: ${{ github.sha }}
+ IMAGE_TAG: latest
58
run: |
59
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
60
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
0 commit comments