Update .forgejo/workflows/build.yml
This commit is contained in:
parent
72c4630720
commit
672cb80e10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue