We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bd925 commit 54eec67Copy full SHA for 54eec67
.github/workflows/fedora-ci.yml
@@ -8,5 +8,5 @@ jobs:
8
uses: ./.github/workflows/build-image.yml
9
with:
10
image_name: "fedora-ci"
11
- tags: unstable ${{ github.sha }}
+ tags: unstable
12
branch: main
.github/workflows/nightly-update.yml
@@ -0,0 +1,20 @@
1
+name: Update all images
2
+on:
3
+ schedule:
4
+ # Every day at 2:49 AM
5
+ - cron: "49 2 * * *"
6
+
7
+jobs:
+ fedora-ci-40:
+ uses: ./.github/workflows/build-image.yml
+ with:
+ image_name: "fedora-ci"
+ tags: "40"
13
+ branch: f40
14
15
+ fedora-ci-unstable:
16
17
18
19
20
+ branch: main
0 commit comments