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