changes to make the release process fluent

This commit is contained in:
2026-07-24 20:46:05 +02:00
parent a577c7bda7
commit f35f0d6908
-7
View File
@@ -118,13 +118,6 @@ jobs:
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
echo "lower_repo=$LOWER_REPO" >> "$GITHUB_OUTPUT"
- name: Free up disk space (Cleanup Docker)
run: |
echo "Befreie Speicherplatz..."
docker system prune -a -f --volumes || true
docker buildx prune -a -f || true
sudo find /tmp -maxdepth 1 -name "tmp.*" -exec rm -rf {} +
- name: Ensure Docker CLI is available and up to date
run: |