Browse Source

Fix Fedora 37 container

Maximilian Luz 2 năm trước cách đây
mục cha
commit
ce1f6bca6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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