Partial revert of ae772ba

GitHub Actions ignores my tags for some reason so try reverting some
of the previous changes.
This commit is contained in:
Dorian Stoll 2023-06-07 20:08:47 +02:00
parent a696fc8729
commit 6d9994d630
No known key found for this signature in database
GPG key ID: F1DACD02C619442A
2 changed files with 8 additions and 4 deletions

View file

@ -12,7 +12,8 @@ jobs:
build:
name: Build Kernel
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:37
container:
image: registry.fedoraproject.org/fedora:37
steps:
- name: Checkout code
uses: actions/checkout@v3
@ -90,7 +91,8 @@ jobs:
name: Update package repository
needs: [release]
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:37
container:
image: registry.fedoraproject.org/fedora:37
steps:
- name: Install dependencies
run: |

View file

@ -12,7 +12,8 @@ jobs:
build:
name: Build Kernel
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:38
container:
image: registry.fedoraproject.org/fedora:38
steps:
- name: Checkout code
uses: actions/checkout@v3
@ -90,7 +91,8 @@ jobs:
name: Update package repository
needs: [release]
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:38
container:
image: registry.fedoraproject.org/fedora:38
steps:
- name: Install dependencies
run: |