From ce1f6bca6ef776df8bf8f45e7f01d02b84b2f137 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 14 Oct 2022 15:53:48 +0200 Subject: [PATCH] Fix Fedora 37 container --- .github/workflows/fedora-37.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fedora-37.yml b/.github/workflows/fedora-37.yml index 758fad2e2..71ce0c821 100644 --- a/.github/workflows/fedora-37.yml +++ b/.github/workflows/fedora-37.yml @@ -13,7 +13,7 @@ jobs: name: Build Kernel runs-on: ubuntu-latest container: - image: fedora:37 + image: registry.fedoraproject.org/fedora:37 options: --security-opt seccomp=unconfined steps: - name: Checkout code