Skip to content

Commit

Permalink
chore(ci): Update rechunk to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 20, 2025
1 parent aefa010 commit beeca6f
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 @@ -200,7 +200,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.1
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.2
- name: Get source versions
id: labels
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
id: rechunk
uses: hhd-dev/[email protected]
with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.1'
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.2'
ref: 'raw-img'
prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}'
version: '${{ steps.generate-version.outputs.tag }}'
Expand Down

0 comments on commit beeca6f

Please sign in to comment.