From 477b3c2381c1d3eed1505217a758aa70774668d0 Mon Sep 17 00:00:00 2001 From: penguin Date: Wed, 17 Dec 2025 18:24:56 -0600 Subject: [PATCH] ci: remove driver-opts network running with a network doesn't work when using podman rootless so remove this --- .gitea/workflows/gentoo-utils.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 968bac4..91a2f51 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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'