diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad9bb96..4b26d2cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,6 +106,10 @@ jobs: single_remote=("${single_arch[@]/#/ghcr.io/trinodb/}") ./bin/push.sh "${single_remote[@]/%/:$VERSION}" + + # free up disk space + docker system prune --all --force --volumes + export PLATFORMS="linux/amd64,linux/arm64" multi_remote=("${multi_arch[@]/#/ghcr.io/trinodb/}") ./bin/push.sh "${multi_remote[@]/%/:$VERSION}"