Skip to content

Commit

Permalink
chore(deps): update hhd-dev/rechunk action to v1 (#1859)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
renovate[bot] and bsherman authored Nov 2, 2024
1 parent 8ebccc5 commit de4cec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ jobs:
- name: Rechunk Image
id: rechunk
if: inputs.rechunk == true && ( github.event_name == 'pull_request' && ( matrix.image_flavor == 'main' || matrix.image_flavor == 'nvidia' ) || github.event_name != 'pull_request' )
uses: hhd-dev/rechunk@v0.8.6
uses: hhd-dev/rechunk@602e6d62558ab23e15e8764ce06e26c0f328da71 # v1.0.1
with:
rechunk: ghcr.io/hhd-dev/rechunk:v0.8.6
rechunk: ghcr.io/hhd-dev/rechunk:v1.0.1
ref: ${{ steps.build_image.outputs.image }}:${{ env.DEFAULT_TAG }}
skip_compression: 'true'
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit de4cec2

Please sign in to comment.