Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-23 18:44:32 +00:00
parent 72c4630720
commit 672cb80e10

View file

@ -123,8 +123,8 @@ jobs:
uses: https://github.com/hhd-dev/rechunk@f153348d8100c1f504dec435460a0d7baf11a9d2 # v1.1.1 uses: https://github.com/hhd-dev/rechunk@f153348d8100c1f504dec435460a0d7baf11a9d2 # v1.1.1
with: with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.0.1' rechunk: 'ghcr.io/hhd-dev/rechunk:v1.0.1'
ref: "${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" ref: "${{ env.IMAGE_NAME }}:latest"
prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}" prev-ref: "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
skip_compression: true skip_compression: true
version: ${{ env.CENTOS_VERSION }} 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 labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator