diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index b1a5b6e..7030a75 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -21,16 +21,6 @@ jobs: version: [40, rawhide] flavor: [base, silverblue] steps: - - name: Maximize build space - uses: easimon/maximize-build-space@v10 - with: - root-reserve-mb: 38000 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' - # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4