From 57704a69a7a6703d0560448424f9b6069430baf9 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 26 Nov 2025 14:39:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1e4488f..384a24b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,9 +1,7 @@ -name: default on: [push, workflow_dispatch] jobs: build: runs-on: cn - container: debian:trixie strategy: matrix: include: @@ -32,7 +30,6 @@ jobs: password: ${{ secrets.docker_password }} - uses: docker/build-push-action@v6 with: - context: . file: ${{ matrix.dockerfile }} push: true tags: ${{ matrix.image }}