From bc79cc87912924a0495ad57d4d376d74086350a4 Mon Sep 17 00:00:00 2001 From: sst Date: Fri, 21 Mar 2025 23:47:32 +0000 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }})