From 03fce0dbd8e8066bef1ec26be093f25ca342e1e3 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Thu, 13 Nov 2025 17:50:24 +0900 Subject: [PATCH] Disable rechunker for now --- .gitea/workflows/build.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 75312f4..efdf852 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -111,8 +111,8 @@ jobs: FEDORA_BASE=${{ env.FEDORA_BASE }} image: ${{ env.IMAGE_NAME }} tags: ${{ steps.metadata.outputs.tags }} - #labels: ${{ steps.metadata.outputs.labels }} - labels: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}" + labels: ${{ steps.metadata.outputs.labels }} + #labels: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}" extra-args: --isolation=chroot oci: false @@ -120,18 +120,18 @@ jobs: # This does not make your image faster to download, just provides better resumability and fixes a few errors. # Documentation for Rechunk is provided on their github repository at https://github.com/hhd-dev/rechunk # You can enable it by uncommenting the following lines: - - name: Run Rechunker - id: rechunk - uses: hhd-dev/rechunk@v1.2.4 - with: - rechunk: "ghcr.io/hhd-dev/rechunk:v1.2.4" - ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}" - prev-ref: - "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE - }}" - skip_compression: true - version: ${{ env.FEDORA_BASE }} - labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator + # - name: Run Rechunker + # id: rechunk + # uses: hhd-dev/rechunk@v1.2.4 + # with: + # rechunk: "ghcr.io/hhd-dev/rechunk:v1.2.4" + # ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}" + # prev-ref: + # "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE + # }}" + # skip_compression: true + # version: ${{ env.FEDORA_BASE }} + # labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator - name: Login to Container Registry if: