Skip to content

Commit 2ec3306

Browse files
Add fedora-silverblue container
1 parent 09e183e commit 2ec3306

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -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

+7
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ jobs:
1818
image_name: "fedora-ci"
1919
tags: unstable
2020
branch: main
21+
22+
fedora-silverblue-unstable:
23+
uses: ./.github/workflows/build-image.yml
24+
with:
25+
image_name: "fedora-silverblue"
26+
tags: unstable
27+
branch: main

fedora-silverblue/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM quay.io/fedora/fedora-silverblue:41

0 commit comments

Comments
 (0)