Skip to content

Commit cee736a

Browse files
Add f41 to nightly update job
1 parent 16a93df commit cee736a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/nightly-update.yml

+16
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ jobs:
1313
publish: true
1414
branch: f40
1515

16+
fedora-ci-41:
17+
uses: ./.github/workflows/build-image.yml
18+
with:
19+
image_name: "fedora-ci"
20+
tags: '41'
21+
publish: true
22+
branch: f41
23+
24+
fedora-silverblue-41:
25+
uses: ./.github/workflows/build-image.yml
26+
with:
27+
image_name: "fedora-silverblue"
28+
tags: '41'
29+
publish: true
30+
branch: f41
31+
1632
fedora-ci-unstable:
1733
uses: ./.github/workflows/build-image.yml
1834
with:

0 commit comments

Comments
 (0)