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'