1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-02-09 21:48:00 +00:00
parent 89d1e900cd
commit 23e9d49fa9

View file

@ -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