diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 73aeb8a..8c8c9f6 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -114,7 +114,7 @@ jobs: 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 - 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 run: | IMAGE=$(podman pull ${{ steps.rechunk.outputs.ref }})