Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-21 23:47:32 +00:00
parent 12de78ddfe
commit bc79cc8791

View file

@ -114,7 +114,7 @@ jobs:
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
This is necessary so that the podman socket can find the rechunked image on its storage # This is necessary so that the podman socket can find the rechunked image on its storage
- name: Load in podman and tag - name: Load in podman and tag
run: | run: |
IMAGE=$(podman pull ${{ steps.rechunk.outputs.ref }}) IMAGE=$(podman pull ${{ steps.rechunk.outputs.ref }})