Skip to content

Commit

Permalink
chore(ci): Complete rechunker update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 13, 2025
1 parent f4c7774 commit dd1288f
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
@@ -201,7 +201,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
@@ -323,7 +323,7 @@ jobs:
id: rechunk
uses: hhd-dev/rechunk@v1.1.2
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 }}'

0 comments on commit dd1288f

Please sign in to comment.