wormhole/near/Docker.md

12 lines
258 B
Markdown
Raw Normal View History

2022-08-04 08:53:08 -07:00
# first build the image
2022-08-26 09:35:22 -07:00
2022-08-04 08:53:08 -07:00
DOCKER_BUILDKIT=1 docker build -f Dockerfile.base -t near .
2022-08-26 09:35:22 -07:00
2022-08-04 08:53:08 -07:00
# tag the image with the appropriate version
2022-08-26 09:35:22 -07:00
docker tag near:latest ghcr.io/wormhole-foundation/near:0.2
2022-08-26 09:35:22 -07:00
2022-08-04 08:53:08 -07:00
# push to ghcr
2022-08-26 09:35:22 -07:00
docker push ghcr.io/wormhole-foundation/near:0.2