Skip to content

Commit

Permalink
Pull rawhide image from quay.io instead of the Docker registry
Browse files Browse the repository at this point in the history
The quay.io image is updated from every successful rawhide compose,
whereas the Docker registry is less frequent. We are seeing issues
because we are out of sync with latest rawhide (the dnf/dnf5 revert) and
this shoudl give us some immunity to that in the future.
  • Loading branch information
ckelleyRH committed Aug 11, 2023
1 parent fe75699 commit 4742271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
sandbox-test:
name: Sandbox Test
runs-on: ubuntu-latest
container: fedora:rawhide
container:
image: quay.io/fedora/fedora:rawhide
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4742271

Please sign in to comment.