From 13d0512048d86e9fe93e9395459d04663c2b7eb0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jun 2026 09:01:18 -0400 Subject: [PATCH] registry fix --- .gitea/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 42883fe..ccfff65 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -42,7 +42,6 @@ jobs: with: buildkitd-config-inline: | [registry."192.168.3.80"] - http = true insecure = true - name: Docker image metadata @@ -106,6 +105,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 + env: + BUILDKIT_NO_CLIENT_TOKEN: "true" with: context: . file: ${{ env.DOCKERFILE_PATH }}