We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554fc8e commit 7b1a9f0Copy full SHA for 7b1a9f0
2 files changed
.github/workflows/build-disk.yml
@@ -25,7 +25,7 @@ concurrency:
25
jobs:
26
build:
27
name: Build ISO
28
- runs-on: ubuntu-latest-m #ubuntu-24.04
+ runs-on: ubuntu-latest-m
29
permissions:
30
contents: write
31
packages: read
.github/workflows/build.yml
@@ -21,7 +21,7 @@ env:
21
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}"
22
DEFAULT_TAG: "latest"
23
FEDORA_VERSION: "43"
24
- AKMODS_FLAVOR: "coreos-stable"
+ AKMODS_FLAVOR: "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -30,7 +30,7 @@ concurrency:
build_push:
32
name: Build and push image
33
34
35
36
contents: read
0 commit comments