Skip to content

chore: re-renable container-storag-action#37

Merged
inffy merged 4 commits intomainfrom
use-container-storage-action-again
Feb 11, 2026
Merged

chore: re-renable container-storag-action#37
inffy merged 4 commits intomainfrom
use-container-storage-action-again

Conversation

@renner0e
Copy link
Contributor

See: 4d41781c2d4394275fec1397a244a74ea4fbc08c

ublue-os/container-storage-action#14

@renner0e renner0e force-pushed the use-container-storage-action-again branch from f2ed089 to 181c17d Compare February 10, 2026 16:58
@inffy
Copy link
Member

inffy commented Feb 11, 2026

I guess we need more "heavy" space saving actions. Noticed that Bazzite added another action to cleanup space

Bazzite

 - name: Show disk space
        run: sudo df -h

      - name: Check if /mnt is there
        id: check_mnt
        run: |
          if sudo mountpoint /mnt; then
            echo "mnt_is_there=1" >>$GITHUB_OUTPUT
          else
            echo "mnt_is_there=0" >>$GITHUB_OUTPUT
          fi

      - name: Free Disk Space (Ubuntu)
        if: ${{ steps.check_mnt.outputs.mnt_is_there == '1' }}
        uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

      - name: Mount BTRFS for podman storage
        if: ${{ steps.check_mnt.outputs.mnt_is_there == '1' }}
        uses: ublue-os/container-storage-action@911baca08baf30c8654933e9e9723cb399892140
        with:
          target-dir: /var/lib/containers
        continue-on-error: true

@inffy inffy added this pull request to the merge queue Feb 11, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 11, 2026
* chore: re-renable container-storag-action

See:
ublue-os/container-storage-action@4d41781
ublue-os/container-storage-action#14

* update hash for action

* try remove-unwated-software only

---------

Co-authored-by: inffy <10782843+inffy@users.noreply.github.com>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 11, 2026
@inffy inffy added this pull request to the merge queue Feb 11, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 11, 2026
* chore: re-renable container-storag-action

See:
ublue-os/container-storage-action@4d41781
ublue-os/container-storage-action#14

* update hash for action

* try remove-unwated-software only

---------

Co-authored-by: inffy <10782843+inffy@users.noreply.github.com>
@inffy inffy removed this pull request from the merge queue due to a manual request Feb 11, 2026
@inffy inffy merged commit bb1b4f4 into main Feb 11, 2026
2 checks passed
@inffy inffy deleted the use-container-storage-action-again branch February 11, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments