File tree 3 files changed +8
-42
lines changed
3 files changed +8
-42
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ name: Build image 'fedora-ci'
2
2
on :
3
3
push :
4
4
branches :
5
- - main
6
- paths :
7
- - ' fedora-ci/*'
5
+ - f41
8
6
jobs :
9
7
build-image :
10
8
uses : ./.github/workflows/build-image.yml
11
9
with :
12
10
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
Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ name: Build image 'fedora-silverblue'
2
2
on :
3
3
push :
4
4
branches :
5
- - main
6
- paths :
7
- - ' fedora-silverblue/*'
5
+ - f41
8
6
jobs :
9
7
build-image :
10
8
uses : ./.github/workflows/build-image.yml
11
9
with :
12
10
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments