Skip to content

Commit

Permalink
chore: use isogenerator tag
Browse files Browse the repository at this point in the history
- use tag
- add concurrency cancel
- add id-token:write
  • Loading branch information
BobyMCbobs committed Feb 26, 2024
1 parent a6503a0 commit 0c9a002
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,31 @@ on:
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/isogenerator@e36da208a85c42dff07a95aafd80c6decfa52be8
- uses: ublue-os/isogenerator@1.0.5
with:
ARCH: x86_64
IMAGE_NAME: image
IMAGE_REPO: ghcr.io/ii
IMAGE_TAG: latest
VARIANT: Silverblue
VERSION: 39
WEB_UI: false
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: e36da208a85c42dff07a95aafd80c6decfa52be8
ACTION_REF: 1.0.5

0 comments on commit 0c9a002

Please sign in to comment.