Skip to content

Commit

Permalink
chore: Complete update for rechunk
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 3, 2025
1 parent 86b89cc commit f4c90ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
sudo podman pull ${{ env.PULL_IMAGE_REGISTRY }}/akmods-${{ matrix.target_nvidia_flavor }}:${{ matrix.kernel_flavor}}-${{ matrix.fedora_version }}-${{ matrix.kernel_version }}
# Add rechunk as well to remove this source of failure
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.2
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.3
- name: Get source versions
id: labels
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
id: rechunk
uses: hhd-dev/rechunk@v1.1.3
with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.2'
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.3'
ref: 'raw-img'
prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}'
version: '${{ steps.generate-version.outputs.tag }}'
Expand Down

0 comments on commit f4c90ef

Please sign in to comment.