Skip to content

Commit

Permalink
Free up some disk space during releases (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored Sep 6, 2023
1 parent 8ea44c2 commit 0ce9866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 0ce9866

Please sign in to comment.