wormhole/aptos/Docker.md

12 lines
311 B
Markdown
Raw Normal View History

2022-10-13 18:21:26 -07:00
# first build the image
(cd ..; DOCKER_BUILDKIT=1 docker buildx build --platform linux/amd64 -f aptos/Dockerfile.base -t aptos .)
2022-10-13 18:21:26 -07:00
# tag the image with the appropriate version
docker tag aptos:latest ghcr.io/wormhole-foundation/aptos:2.0.3
2022-10-13 18:21:26 -07:00
# push to ghcr
docker push ghcr.io/wormhole-foundation/aptos:2.0.3