From 23e9d49fa9c7cb09ee28186c6bc701d6fb05e5ab Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:48:00 +0000 Subject: [PATCH] hardcode --- .github/workflows/iso.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 4cca997..17a12af 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -1,8 +1,5 @@ name: Create and publish an ISO -env: - MAJOR_VERION: "f39" - on: push: branches: @@ -15,7 +12,7 @@ jobs: build-and-push-iso: runs-on: ubuntu-latest container: - image: fedora:${{ env.MAJOR_VERSION }} + image: fedora:f39 options: "--device=/dev/loop-control:/dev/loop-control --device=/dev/loop0:/dev/loop0 --cap-add SYS_ADMIN" permissions: contents: read