From 2f1027e068df11a62244978d14719f9807ac7ad2 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 1 Oct 2025 03:27:02 -0700 Subject: [PATCH] ci: update docker build flow --- .github/workflows/deploy-docker-gitea.yml | 28 +---------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index b9ced222..d0714ccc 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -571,32 +571,6 @@ jobs: id: task_release_gi_qemu uses: docker/setup-qemu-action@v3 - # # - # Required to fix insecure SSL error with docker buildx - # # - - - name: '⚙️ Configure Docker daemon to allow insecure registry' - run: | - echo "Configuring daemon to treat ${REGISTRY_HOST} as insecure" - sudo mkdir -p /etc/docker - sudo tee /etc/docker/daemon.json > /dev/null <<'JSON' - { - "insecure-registries": ["git.binaryninja.net:443"] - } - JSON - - # Restart Docker - sudo service docker restart - env: - REGISTRY_HOST: git.binaryninja.net - - # # - # Make sure change in docker daemon config successful - # # - - - name: '⚙️ Check Docker Daemon Configuration' - run: cat /etc/docker/daemon.json - # # # Release › Gitea › Setup BuildX › Amd64 # # @@ -609,7 +583,7 @@ jobs: driver-opts: | image=moby/buildkit:latest network=host - env.BUILDKIT_TLS_INSECURE=1 + --insecure-registry=git.binaryninja.net install: true use: true