diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 8b17549..7d638c8 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest container: - image: fedora:${{matrix.release}} + image: registry.fedoraproject.org/fedora:${{matrix.release}} options: --security-opt seccomp=unconfined steps: