From 630ebf69f4409726223da81bf1780d23998df3c0 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus <915544+detiber@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:09:54 -0500 Subject: [PATCH] just build as root in github --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40dd514..12117f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,13 +100,7 @@ jobs: id: build-image shell: bash run: | - just build "${IMAGE_NAME}" "${DEFAULT_TAG}" - - - name: Load image (rootful) - id: load-image - shell: bash - run: - just _rootful_load_image "${IMAGE_NAME}" "${DEFAULT_TAG}" + sudo just build "${IMAGE_NAME}" "${DEFAULT_TAG}" # Reprocess raw-img using rechunker which will delete it - name: Run Rechunker