From 391e87f89b530cdd1ca282387619a423cb67b8dd Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 20 Aug 2026 13:53:52 -0400 Subject: [PATCH] Use quay.io container for reusable action These are especially blessed containers and are understood to be more reliably pulled. Signed-off-by: mulhern --- .github/workflows/reusable_general.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable_general.yml b/.github/workflows/reusable_general.yml index 741c3f6..04eec05 100644 --- a/.github/workflows/reusable_general.yml +++ b/.github/workflows/reusable_general.yml @@ -12,7 +12,8 @@ on: jobs: general_checks: runs-on: ubuntu-latest - container: fedora:${{ inputs.fedora-container-image-number }} + container: + image: quay.io/fedora/fedora:${{ inputs.fedora-container-image-number }} steps: - uses: actions/checkout@v6 with: