From 3bb8c895bc58b86bf2db3534ec0731e3c66f0891 Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:45:55 +0100 Subject: [PATCH] FIX: remove rechunk --- .github/workflows/build.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61871a1..5d3e39a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,25 +102,6 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} oci: false - - name: Run Rechunker - id: rechunk - uses: hhd-dev/rechunk@f153348d8100c1f504dec435460a0d7baf11a9d2 # v1.1.1 - with: - rechunk: 'ghcr.io/hhd-dev/rechunk:v1.0.1' - ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" - prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" - skip_compression: true - version: ${{ env.CENTOS_VERSION }} - labels: ${{ steps.metadata.outputs.labels }} - - - name: Load in podman and tag - run: | - IMAGE=$(podman pull ${{ steps.rechunk.outputs.ref }}) - sudo rm -rf ${{ steps.rechunk.outputs.output }} - for tag in ${{ steps.metadata.outputs.tags }}; do - podman tag $IMAGE ${{ env.IMAGE_NAME }}:$tag - done - - name: Login to GitHub Container Registry uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)