Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 258 Bytes

Docker.md

File metadata and controls

11 lines (6 loc) · 258 Bytes

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