Skip to content

Commit

Permalink
troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 19, 2024
1 parent 46da8cf commit f72676e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Check Just Syntax
shell: bash
run: |
/usr/bin/env just
just check
- name: Maximize build space
Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
id: build-image
shell: bash
run: |
just sudoif build "${IMAGE_NAME}" "${DEFAULT_TAG}"
just build "${IMAGE_NAME}" "${DEFAULT_TAG}"
# Reprocess raw-img using rechunker which will delete it
- name: Run Rechunker
Expand Down

0 comments on commit f72676e

Please sign in to comment.