We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e183e commit 2ec3306Copy full SHA for 2ec3306
.github/workflows/fedora-silverblue.yml
@@ -0,0 +1,15 @@
1
+name: Build image 'fedora-silverblue'
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ paths:
7
+ - 'fedora-silverblue/*'
8
+jobs:
9
+ build-image:
10
+ uses: ./.github/workflows/build-image.yml
11
+ with:
12
+ image_name: "fedora-silverblue"
13
+ tags: unstable
14
+ publish: ${{ github.ref == 'refs/heads/main' }}
15
+ branch: main
.github/workflows/nightly-update.yml
@@ -18,3 +18,10 @@ jobs:
18
image_name: "fedora-ci"
19
tags: unstable
20
branch: main
21
+
22
+ fedora-silverblue-unstable:
23
24
25
26
27
fedora-silverblue/Containerfile
@@ -0,0 +1 @@
+FROM quay.io/fedora/fedora-silverblue:41
0 commit comments