wormhole/aptos/Docker.md

7 lines
276 B
Markdown
Raw Normal View History

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