Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed Nov 22, 2024
1 parent d5a747b commit d8e22b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions p
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ ORG="jitolabs"
DOCKER_BUILDKIT=1 docker build -t "$ORG/jito-shredstream-proxy:${TAG}" .

docker push "${ORG}/jito-shredstream-proxy:${TAG}"

# deploy
#VERSION=v0.2.0
#git tag $VERSION -f; git push --tags -f
#docker tag jitolabs/jito-shredstream-proxy:$VERSION jitolabs/shredstream-proxy:latest
#docker push jitolabs/shredstream-proxy:latest

0 comments on commit d8e22b0

Please sign in to comment.