Skip to content

Commit

Permalink
fix: use master branch of rechunk action
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 19, 2024
1 parent d673936 commit 5b51849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
podman image ls

- name: Rechunk Image
uses: hhd-dev/rechunk@main
uses: hhd-dev/rechunk@master
with:
ref: ${{ steps.build_image.outputs.image }}@{{ steps.generate-tags.outputs.DEFAULT_TAG }}
skip_compression: 'true'
Expand Down

0 comments on commit 5b51849

Please sign in to comment.