فهرست منبع

Fix Fedora 37 container

Maximilian Luz 2 سال پیش
والد
کامیت
ce1f6bca6e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/fedora-37.yml

+ 1 - 1
.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