Skip to content

Commit

Permalink
just build as root in github
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 19, 2024
1 parent 5440a89 commit 630ebf6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630ebf6

Please sign in to comment.