Skip to content

Commit 05480ae

Browse files
Make f41 a stable release
1 parent 16a93df commit 05480ae

File tree

3 files changed

+8
-42
lines changed

3 files changed

+8
-42
lines changed

.github/workflows/fedora-ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ name: Build image 'fedora-ci'
22
on:
33
push:
44
branches:
5-
- main
6-
paths:
7-
- 'fedora-ci/*'
5+
- f41
86
jobs:
97
build-image:
108
uses: ./.github/workflows/build-image.yml
119
with:
1210
image_name: "fedora-ci"
13-
tags: unstable
14-
publish: ${{ github.ref == 'refs/heads/main' }}
15-
branch: main
11+
tags: "41"
12+
publish: ${{ github.ref == 'refs/heads/f41' }}
13+
branch: f41

.github/workflows/fedora-silverblue.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ name: Build image 'fedora-silverblue'
22
on:
33
push:
44
branches:
5-
- main
6-
paths:
7-
- 'fedora-silverblue/*'
5+
- f41
86
jobs:
97
build-image:
108
uses: ./.github/workflows/build-image.yml
119
with:
1210
image_name: "fedora-silverblue"
13-
tags: unstable
14-
publish: ${{ github.ref == 'refs/heads/main' }}
15-
branch: main
11+
tags: "41"
12+
publish: ${{ github.ref == 'refs/heads/f41' }}
13+
branch: f41

.github/workflows/nightly-update.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)