From f35f0d690850a9e34482d616d30f48b94afa482b Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 24 Jul 2026 20:46:05 +0200 Subject: [PATCH] changes to make the release process fluent --- .github/workflows/release-docker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index e65f26e..baa1a90 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -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: |