From 672cb80e10a03fb35c4e03ee045e758902aca509 Mon Sep 17 00:00:00 2001 From: sst Date: Sun, 23 Mar 2025 18:44:32 +0000 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 8cd7113..76b4975 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -123,8 +123,8 @@ jobs: uses: https://github.com/hhd-dev/rechunk@f153348d8100c1f504dec435460a0d7baf11a9d2 # v1.1.1 with: rechunk: 'ghcr.io/hhd-dev/rechunk:v1.0.1' - ref: "${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" - prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" + ref: "${{ env.IMAGE_NAME }}:latest" + prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest" skip_compression: true version: ${{ env.CENTOS_VERSION }} labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator