Skip to content

Commit

Permalink
CI: use official Fedora images from registry.fedoraproject.org
Browse files Browse the repository at this point in the history
They seem to be more up-to-date than the images in Docker Hub.
  • Loading branch information
lzaoral committed Mar 21, 2023
1 parent 6722e54 commit d2278c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2278c8

Please sign in to comment.