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