wormhole/aptos/Docker.md

12 lines
285 B
Markdown
Raw Normal View History

2022-10-13 18:21:26 -07:00
# first build the image
2022-10-13 18:21:26 -07:00
(cd ..; DOCKER_BUILDKIT=1 docker build -f aptos/Dockerfile.base -t aptos .)
2022-10-13 18:21:26 -07:00
# tag the image with the appropriate version
2023-05-31 15:47:00 -07:00
docker tag aptos:latest ghcr.io/wormhole-foundation/aptos:1.0.4_2
2022-10-13 18:21:26 -07:00
# push to ghcr
2023-05-31 15:47:00 -07:00
docker push ghcr.io/wormhole-foundation/aptos:1.0.4_2