chore(ci): Update rechunker to v0.8.1

This commit is contained in:
Kyle Gospodnetich 2024-08-07 08:27:26 -07:00 committed by GitHub
parent 1642356962
commit e0e18744f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,9 +236,9 @@ jobs:
# Reprocess raw-img using rechunker which will delete it
- name: Run Rechunker
id: rechunk
uses: hhd-dev/rechunk@v0.8.0
uses: hhd-dev/rechunk@v0.8.1
with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.1'
ref: 'raw-img'
prev-ref: ${{ github.event.inputs.fresh-rechunk == 'true' && '' || 'ghcr.io/ublue-os/bazzite:unstable' }}
version: '${{ steps.generate-version.outputs.tag }}'