ci: remove driver-opts network
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 2m17s
Gentoo Utils / grep (push) Successful in 2m32s
Gentoo Utils / check-format (push) Successful in 2m41s
Gentoo Utils / docs (push) Successful in 2m45s
Gentoo Utils / build (push) Successful in 2m55s
Gentoo Utils / test (push) Successful in 44s
Gentoo Utils / fuzz (push) Successful in 52s

running with a network doesn't work when using podman rootless so remove this
This commit is contained in:
2025-12-17 18:24:56 -06:00
parent 0ec8567972
commit 477b3c2381

View File

@@ -65,8 +65,6 @@ 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'