Skip to content

Commit

Permalink
chore: release just recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 22, 2024
1 parent 6f724a9 commit e5f9379
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ _build-sidecar:
_build-mevboost:
cd mev-boost && docker buildx build -t ghcr.io/chainbound/bolt-mev-boost:0.1.0 . --load

# push all the docker images to the private github container registry
_push-images:
docker push ghcr.io/chainbound/bolt-builder:0.1.0
docker push ghcr.io/chainbound/bolt-relay:0.1.0
docker push ghcr.io/chainbound/bolt-sidecar:0.1.0
docker push ghcr.io/chainbound/bolt-mev-boost:0.1.0
# build and push the docker images to the github container registry with the provided tag
release tag:
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-sidecar:${tag} --push .
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-relay:${tag} --push .
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-builder:${tag} --push .
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-mev-boost:${tag} --push .

0 comments on commit e5f9379

Please sign in to comment.