From 6c3c753cf835a06f5e0aaf8499aaede4599a013f Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 Apr 2026 08:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20workflow=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-image.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 2fc990e07..4e8bf34e7 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -62,20 +62,14 @@ jobs: echo "VERSION=$(date +%Y%m%d-%H%M%S)" >> $GITHUB_OUTPUT fi - - name: Docker Setup Buildx - uses: docker/setup-buildx-action@v3 - with: - config-inline: | - [registry."git.viaeon.com"] - http = true - insecure = true - - name: Login to Gitea Registry uses: docker/login-action@v3 with: registry: git.viaeon.com username: ${{ github.actor }} password: ${{ secrets.CI_TOKEN }} + env: + DOCKER_BUILDKIT: 0 - name: Build and push Docker image uses: docker/build-push-action@v5