@@ -184,10 +184,10 @@ jobs:
184
184
name : fedora-35-latest
185
185
path : fedora/out/noarch
186
186
187
- build-f34 :
188
- name : Build Fedora 34 package
187
+ build-f37 :
188
+ name : Build Fedora 37 package
189
189
runs-on : ubuntu-latest
190
- container : fedora:34
190
+ container : registry.fedoraproject.org/ fedora:37
191
191
steps :
192
192
- name : Checkout code
193
193
uses : actions/checkout@v2
@@ -220,12 +220,12 @@ jobs:
220
220
- name : Upload artifacts
221
221
uses : actions/upload-artifact@v1
222
222
with :
223
- name : fedora-34 -latest
223
+ name : fedora-37 -latest
224
224
path : fedora/out/noarch
225
225
226
226
release :
227
227
name : Publish release
228
- needs : [build-deb, build-arch, build-f36, build-f35, build-f34 ]
228
+ needs : [build-deb, build-arch, build-f36, build-f35, build-f37 ]
229
229
runs-on : ubuntu-latest
230
230
steps :
231
231
- name : Download Debian artifacts
@@ -248,10 +248,10 @@ jobs:
248
248
with :
249
249
name : fedora-35-latest
250
250
251
- - name : Download Fedora 34 artifacts
251
+ - name : Download Fedora 37 artifacts
252
252
uses : actions/download-artifact@v1
253
253
with :
254
- name : fedora-34 -latest
254
+ name : fedora-37 -latest
255
255
256
256
- name : Upload assets
257
257
uses : svenstaro/upload-release-action@v1-release
@@ -466,11 +466,11 @@ jobs:
466
466
git commit -m "Update Fedora 35 secure-boot MOK"
467
467
git push --set-upstream origin "${update_branch}"
468
468
469
- repo-f34 :
470
- name : Update Fedora 34 package repository
469
+ repo-f37 :
470
+ name : Update Fedora 37 package repository
471
471
needs : [release]
472
472
runs-on : ubuntu-latest
473
- container : fedora:34
473
+ container : registry.fedoraproject.org/ fedora:37
474
474
steps :
475
475
- name : Install dependencies
476
476
run : |
@@ -479,7 +479,7 @@ jobs:
479
479
- name : Download artifacts
480
480
uses : actions/download-artifact@v1
481
481
with :
482
- name : fedora-34 -latest
482
+ name : fedora-37 -latest
483
483
484
484
- name : Update repository
485
485
env :
@@ -493,8 +493,8 @@ jobs:
493
493
git clone -b "${BRANCH_STAGING}" "${repo}" repo
494
494
495
495
# copy packages
496
- cp fedora-34 -latest/* repo/fedora/f34
497
- cd repo/fedora/f34
496
+ cp fedora-37 -latest/* repo/fedora/f37
497
+ cd repo/fedora/f37
498
498
499
499
# parse git tag from ref
500
500
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
@@ -513,5 +513,5 @@ jobs:
513
513
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
514
514
git checkout -b "${update_branch}"
515
515
git add .
516
- git commit -m "Update Fedora 34 secure-boot MOK"
516
+ git commit -m "Update Fedora 37 secure-boot MOK"
517
517
git push --set-upstream origin "${update_branch}"
0 commit comments