Skip to content

chore: update host installs #38

chore: update host installs

chore: update host installs #38

Workflow file for this run

---
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
packages: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
iso:
runs-on: ubuntu-latest
container:
image: fedora:39
options: --privileged
env:
GITHUB_HOST: ${{ github.server_url }}
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN }}
ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL }}
volumes:
- /:/host
steps:
- uses: actions/checkout@473055ba18d6d2da209cd46110aadb9275e3194e
- uses: ublue-os/[email protected]
with:
ARCH: x86_64
IMAGE_NAME: image
IMAGE_REPO: ghcr.io/ii
IMAGE_TAG: latest
VARIANT: Silverblue
VERSION: 39
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: 1.0.5