Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jun 28, 2024
1 parent ad1caf3 commit 3260bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HUBBLE_VERSION=$(node -e "console.log(require('./apps/hubble/package.json').vers

echo "Publishing $HUBBLE_VERSION"

depot build -f Dockerfile.hubble \
docker build -f Dockerfile.hubble \
--platform "linux/amd64,linux/arm64" \
--push \
-t farcasterxyz/hubble:${HUBBLE_VERSION} \
Expand Down

0 comments on commit 3260bd8

Please sign in to comment.