Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jul 1, 2024
1 parent a4faa59 commit 6f696cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ docker buildx create --use

docker buildx build -f Dockerfile.hubble \
--platform "linux/amd64,linux/arm64" \
-t farcasterxyz/hubble:${HUBBLE_VERSION} \
-t farcasterxyz/hubble:latest \
-t sigeshuo/hubble:${HUBBLE_VERSION} \
-t sigeshuo/hubble:latest \
.

0 comments on commit 6f696cd

Please sign in to comment.