Skip to content

Commit

Permalink
chore(ci): Update rechunkcer to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 9, 2024
1 parent 9e62c99 commit dd09347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}'
Expand Down

0 comments on commit dd09347

Please sign in to comment.