From 6e5c261065bd22629d9d9ac116a12b89103c28ce Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 1 Oct 2025 03:29:38 -0700 Subject: [PATCH] ci: update docker flow --- .github/workflows/deploy-docker-gitea.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index d0714ccc..651f1c0a 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -583,7 +583,8 @@ jobs: driver-opts: | image=moby/buildkit:latest network=host - --insecure-registry=git.binaryninja.net + env.BUILDKIT_INSECURE_REGISTRY=git.binaryninja.net + env.BUILDKIT_TLS_INSECURE=1 install: true use: true