Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -71,12 +71,12 @@ 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
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
Expand Down
Loading