mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 10:21:09 +00:00
chore(ci): Complete rechunk update
This commit is contained in:
parent
9c5bec3ba4
commit
760704a047
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -212,7 +212,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.3
|
||||
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.2.1
|
||||
|
||||
- name: Get source versions
|
||||
id: labels
|
||||
@ -341,7 +341,7 @@ jobs:
|
||||
id: rechunk
|
||||
uses: hhd-dev/rechunk@v1.2.1
|
||||
with:
|
||||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.3'
|
||||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.2.1'
|
||||
ref: 'raw-img'
|
||||
prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}'
|
||||
version: '${{ steps.generate-version.outputs.tag }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user