wormhole/aptos/Docker.md

320 B

build the image and tag it appropriately

cd .. && docker buildx build --platform linux/amd64,linux/arm64 -f aptos/Dockerfile.base -t ghcr.io/wormhole-foundation/aptos:3.1.0 .

push to ghcr

docker push ghcr.io/wormhole-foundation/aptos:3.1.0