mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
hardcode
This commit is contained in:
parent
89d1e900cd
commit
23e9d49fa9
1 changed files with 1 additions and 4 deletions
5
.github/workflows/iso.yml
vendored
5
.github/workflows/iso.yml
vendored
|
|
@ -1,8 +1,5 @@
|
||||||
name: Create and publish an ISO
|
name: Create and publish an ISO
|
||||||
|
|
||||||
env:
|
|
||||||
MAJOR_VERION: "f39"
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -15,7 +12,7 @@ jobs:
|
||||||
build-and-push-iso:
|
build-and-push-iso:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
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"
|
options: "--device=/dev/loop-control:/dev/loop-control --device=/dev/loop0:/dev/loop0 --cap-add SYS_ADMIN"
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue