Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jul 11, 2024
1 parent 9746a1a commit 1cdad59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hubble/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

services:
hubble:
image: sigeshuo/hubble:latest
image: sigeshuo/farcaster:latest
pull_policy: always
restart: always
command: ["npx", "pm2-runtime", "start", "pm2.config.cjs"]
Expand Down
10 changes: 8 additions & 2 deletions scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ docker buildx create --use

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

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

0 comments on commit 1cdad59

Please sign in to comment.