fix runners-net
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 2m23s
Gentoo Utils / grep (push) Successful in 1m53s
Gentoo Utils / check-format (push) Successful in 2m2s
Gentoo Utils / docs (push) Successful in 2m7s
Gentoo Utils / build (push) Successful in 2m19s
Gentoo Utils / test (push) Successful in 40s
Gentoo Utils / fuzz (push) Successful in 2m42s

This commit is contained in:
2025-12-20 22:08:30 -06:00
parent 8be1c02f44
commit 478cfc8f10

View File

@@ -68,6 +68,9 @@ jobs:
- name: Set up Docker buildx
if: steps.image-changes.outputs.build_image == 'true'
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=runners-net
- name: Log in to Github Container Registry
if: steps.image-changes.outputs.build_image == 'true'