wormhole/near/Docker.md

12 lines
258 B
Markdown

# first build the image
DOCKER_BUILDKIT=1 docker build -f Dockerfile.base -t near .
# tag the image with the appropriate version
docker tag near:latest ghcr.io/wormhole-foundation/near:0.2
# push to ghcr
docker push ghcr.io/wormhole-foundation/near:0.2