From cb8d663af5c0e428691db4b9ed8a02d202f41535 Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 16:29:44 -0600 Subject: [PATCH] test --- .gitea/workflows/gentoo-utils.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 8825eda..d09dc77 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -44,6 +44,11 @@ jobs: - name: Set up Docker buildx if: steps.image-changes.outputs.build_image == 'true' uses: docker/setup-buildx-action@v3 + with: + config-inline: | + [registry."your-http-registry.com"] + http = true + insecure = true - name: Log in to Github Container Registry if: steps.image-changes.outputs.build_image == 'true'