diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5bd0918de..0ef654f24 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -124,12 +124,6 @@ jobs: ${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }} ${{ env.IMAGE_NAME }}:latest - - name: Prune Docker caches (post) - if: always() - run: | - docker builder prune -af || true - docker system prune -af --volumes || true - build-self: name: Build on Self-Hosted (fallback) needs: [check-tag, build-gh] @@ -187,12 +181,6 @@ jobs: ${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }} ${{ env.IMAGE_NAME }}:latest - - name: Prune Docker caches (post) - if: always() - run: | - docker builder prune -af || true - docker system prune -af --volumes || true - publish: name: Update Release needs: [check-tag, build-gh, build-self]