Skip to content

Commit 529d2c7

Browse files
j3m7Julio Martinez
andauthored
Don't tag ECR with the version. (#1660)
Co-authored-by: Julio Martinez <julio@tensorflow.ai>
1 parent 801bf89 commit 529d2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_ecr_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
uses: aws-actions/amazon-ecr-login@v2
5454

5555
- run: |
56-
docker buildx build --platform=linux/amd64 --push . -t ${{ steps.login-ecr.outputs.registry }}/indexify-server:${{ github.sha }} -t ${{ steps.login-ecr.outputs.registry }}/indexify-server:latest -t ${{ steps.login-ecr.outputs.registry }}/indexify-server:$VERSION_TAG -f dockerfiles/Dockerfile.local
56+
docker buildx build --platform=linux/amd64 --push . -t ${{ steps.login-ecr.outputs.registry }}/indexify-server:${{ github.sha }} -t ${{ steps.login-ecr.outputs.registry }}/indexify-server:latest -f dockerfiles/Dockerfile.local
5757
env:
58-
VERSION_TAG: ${{ inputs.version }}
58+
VERSION_TAG: ${{ inputs.version }}

0 commit comments

Comments
 (0)