Skip to content

Commit ef8f5f1

Browse files
committed
workflows/buildpro: 'docker system prune' after initial report
1 parent e4d1e52 commit ef8f5f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/buildpro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
docker pull ${{ steps.tags.outputs.latest }}
6161
docker images
6262
docker rmi ${{ steps.tags.outputs.latest }}
63+
docker system prune
6364
else
6465
echo "latest tag does not exist, skipping docker commands"
6566
fi

0 commit comments

Comments
 (0)