-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Update rechunkcer to v0.8.3
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,7 @@ jobs: | |
sudo podman pull ${{ env.IMAGE_REGISTRY }}/akmods-nvidia:${{ matrix.kernel_flavor}}-${{ matrix.fedora_version }} | ||
# Add rechunk as well to remove this source of failure | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v0.5.0 | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v0.8.3 | ||
- name: Get source versions | ||
id: labels | ||
|
@@ -236,9 +236,9 @@ jobs: | |
# Reprocess raw-img using rechunker which will delete it | ||
- name: Run Rechunker | ||
id: rechunk | ||
uses: hhd-dev/[email protected].1 | ||
uses: hhd-dev/[email protected].3 | ||
with: | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.1' | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.3' | ||
ref: 'raw-img' | ||
prev-ref: ${{ github.event.inputs.fresh-rechunk == 'true' && '' || 'ghcr.io/ublue-os/bazzite:unstable' }} | ||
version: '${{ steps.generate-version.outputs.tag }}' | ||
|