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 801bf89 commit 529d2c7Copy full SHA for 529d2c7
.github/workflows/build_ecr_image.yaml
@@ -53,6 +53,6 @@ jobs:
53
uses: aws-actions/amazon-ecr-login@v2
54
55
- 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
+ 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
57
env:
58
- VERSION_TAG: ${{ inputs.version }}
+ VERSION_TAG: ${{ inputs.version }}
0 commit comments