Update .forgejo/workflows/build.yml
This commit is contained in:
parent
12de78ddfe
commit
bc79cc8791
1 changed files with 1 additions and 1 deletions
|
@ -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 }})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue