Skip to content

Commit

Permalink
Fix CI (#5)
Browse files Browse the repository at this point in the history
* Fix CI
  • Loading branch information
midzelis authored Nov 7, 2023
1 parent d902d5a commit cb8cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Push OCI package to registry
run: ./zquickinit.sh builder --githubaction --push --tag ghcr.io/midzelis/zquickinit:latest --tag ghcr.io/midzelis/zquickinit:${{ steps.tag_version.outputs.new_tag }}
- name: Build initramfs
run: ./zquickinit.sh initramfs --noask --release
run: ./zquickinit.sh initramfs --no-ask --release
- name: Build ISO
run: sudo apt-get install -y mtools xorriso coreutils findutils && ./zquickinit.sh iso
- name: Create a GitHub release
Expand Down

0 comments on commit cb8cdcc

Please sign in to comment.