Skip to content

chore: run iso in container #12

chore: run iso in container

chore: run iso in container #12

Workflow file for this run

---
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
packages: write
jobs:
iso:
runs-on: ubuntu-latest
container:
image: fedora:39
options: --privileged
steps:
- uses: actions/checkout@473055ba18d6d2da209cd46110aadb9275e3194e
- uses: ublue-os/isogenerator@a8cdedd915546b69c1e76036f85759b1f35cd029
with:
ARCH: x86_64
IMAGE_NAME: image
IMAGE_REPO: ghcr.io/ii
IMAGE_TAG: latest
VARIANT: Silverblue
VERSION: 39
WEB_UI: false