mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue