Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 09abead

Browse files
committed
chore: bump rechunk to v1.1.0
1 parent 44e0e9b commit 09abead

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
name: Build and push image
4747
runs-on: ${{ matrix.platform == 'amd64' && 'ubuntu-24.04' || format('runs-on,runner=1cpu-linux-{0},run-id={1}', matrix.platform, github.run_id) }}
4848
needs: generate_matrix
49+
timeout-minutes: 30
4950
container:
5051
image: redhat/ubi9:latest
5152
options: --privileged
@@ -92,9 +93,9 @@ jobs:
9293
# Reprocess raw-img using rechunker which will delete it
9394
- name: Run Rechunker
9495
id: rechunk
95-
uses: hhd-dev/rechunk@602e6d62558ab23e15e8764ce06e26c0f328da71 # v1.0.1
96+
uses: hhd-dev/rechunk@v1.1.0
9697
with:
97-
rechunk: "ghcr.io/hhd-dev/rechunk:v1.0.1"
98+
rechunk: "ghcr.io/hhd-dev/rechunk:v1.1.0"
9899
ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"
99100
prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"
100101
skip_compression: true

0 commit comments

Comments
 (0)