From 63d0dec640e81bc85a20fda5285fc3da717e14fa Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 9 Sep 2024 13:39:07 +0000 Subject: [PATCH] Fix end point name of registry --- .github/workflows/publish-image-game7-testnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-game7-testnet.yml b/.github/workflows/publish-image-game7-testnet.yml index e1d9c18b54..efdaf4b77d 100644 --- a/.github/workflows/publish-image-game7-testnet.yml +++ b/.github/workflows/publish-image-game7-testnet.yml @@ -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 }}