Skip to content

Commit

Permalink
Fix end point name of registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Sep 9, 2024
1 parent be4f580 commit 63d0dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-game7-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
file: ./Dockerfile
push: true
cache-from: type=gha
tags: ${{ secrets.AWS_PUBLIC_ECR }}/game7/blockscout/blockscout-frontend:${{ env.SHORT_SHA }}
tags: ${{ secrets.AWS_PUBLIC_ECR }}/game7/blockscout-frontend:${{ env.SHORT_SHA }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
Expand Down

0 comments on commit 63d0dec

Please sign in to comment.