From dd626dc272756de0503d657989fcddeb31eb2638 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Fri, 10 Apr 2026 17:34:17 +0100 Subject: [PATCH] fix: Remove insecure=true --- .gitea/workflows/on-push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 702300f..67e7831 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -24,7 +24,6 @@ jobs: buildkitd-config-inline: | [registry."10.0.2.28:222"] http = true - insecure = true - name: Log in to Gitea Container Registry uses: https://github.com/docker/login-action@v3