Skip to content

Commit

Permalink
feat: Update isogenerator to latest version (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Feb 28, 2024
1 parent 9375d8e commit 8242907
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@ jobs:
steps:
- name: Build ISOs
#if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
uses: ublue-os/isogenerator@1.0.7
uses: ublue-os/isogenerator@1.0.8
with:
ARCH: x86_64
IMAGE_NAME: ${{ matrix.image_name }}
IMAGE_REPO: ghcr.io/ublue-os
VARIANT: 'Silverblue'
VERSION: ${{ matrix.major_version }}
IMAGE_TAG: ${{ matrix.image_tag }}
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: 1.0.5
ACTION_REF: 1.0.8
- name: Upload ISOs and SHA Checksum Files to R2
shell: bash
run: |
Expand Down

0 comments on commit 8242907

Please sign in to comment.