Skip to content

Commit

Permalink
chore(rechunk): bump version to fix policy issues (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas authored Aug 7, 2024
1 parent 97cf2c3 commit a88b109
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 @@ -122,9 +122,9 @@ jobs:
# Reprocess raw-img using rechunker which will delete it
- name: Run Rechunker
id: rechunk
uses: hhd-dev/rechunk@v0.8.0
uses: hhd-dev/rechunk@v0.8.1
with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.1'
ref: 'raw-img'
prev-ref: "${{ env.IMAGE_REGISTRY }}/cosmic-${{ matrix.flavor }}:${{ matrix.version }}"
skip_compression: true
Expand Down

0 comments on commit a88b109

Please sign in to comment.