diff --git a/.github/workflows/docker-build-hell.yml b/.github/workflows/docker-build-hell.yml index 5b62c5e7b3..4ecdff85b1 100644 --- a/.github/workflows/docker-build-hell.yml +++ b/.github/workflows/docker-build-hell.yml @@ -63,6 +63,5 @@ jobs: with: context: . file: ./Dockerfile # Path to the Dockerfile if not root - platforms: linux/amd64 # Add ,linux/arm64 if you need multi-arch push: true # Change to false to keep image local to runner tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-etherium-satan:latest