380 B
Executable File
380 B
Executable File
first build the image
cd ..; DOCKER_BUILDKIT=1 docker build --no-cache --progress plain -f sui/Dockerfile.base -t sui .
tag the image with the appropriate version
docker tag sui:latest ghcr.io/wormhole-foundation/sui:1.0.0-testnet_1
push to ghcr
docker push ghcr.io/wormhole-foundation/sui:1.0.0-testnet_1
echo remember to update both Dockerfile and Dockerfile.export