From 6edc76556955971cc2bf2eb1023d971421e64fdd Mon Sep 17 00:00:00 2001 From: Albert G <516972+alber70g@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:46:11 +0200 Subject: [PATCH 1/2] chore: use ghcr.io/kadena-io/blockscout-frontend image --- .github/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 8c39c9bcad..b0be31dd6d 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -49,7 +49,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/blockscout/frontend + images: ghcr.io/kadena-io/blockscout-frontend flavor: | latest=false tags: | @@ -71,7 +71,7 @@ jobs: uses: blockscout/actions/.github/actions/setup-multiarch-buildx@no-metadata id: setup with: - docker-image: ghcr.io/blockscout/frontend + docker-image: ghcr.io/kadena-io/blockscout-frontend docker-username: ${{ github.actor }} docker-password: ${{ secrets.GITHUB_TOKEN }} docker-remote-multi-platform: true From 7ee5a1a2fc99b16a9acd6eab6c21ece40405293d Mon Sep 17 00:00:00 2001 From: Albert G <516972+alber70g@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:47:07 +0200 Subject: [PATCH 2/2] chore: disable multi-platform build --- .github/workflows/publish-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index b0be31dd6d..49cd3102d0 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -74,9 +74,9 @@ jobs: docker-image: ghcr.io/kadena-io/blockscout-frontend docker-username: ${{ github.actor }} docker-password: ${{ secrets.GITHUB_TOKEN }} - docker-remote-multi-platform: true - docker-arm-host: ${{ secrets.ARM_RUNNER_HOSTNAME }} - docker-arm-host-key: ${{ secrets.ARM_RUNNER_KEY }} + # docker-remote-multi-platform: true + # docker-arm-host: ${{ secrets.ARM_RUNNER_HOSTNAME }} + # docker-arm-host-key: ${{ secrets.ARM_RUNNER_KEY }} - name: Build and push uses: docker/build-push-action@v5