From a1c2d62b452703c96072b6f2b0fee0be7015e2ec Mon Sep 17 00:00:00 2001 From: xkm Date: Fri, 8 May 2026 06:27:56 +0000 Subject: [PATCH] fix: action format error --- .gitea/workflows/debian.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/debian.yaml b/.gitea/workflows/debian.yaml index 35090f8..c3f612d 100644 --- a/.gitea/workflows/debian.yaml +++ b/.gitea/workflows/debian.yaml @@ -35,8 +35,6 @@ jobs: uses: https://gitea.starryskymeow.cn/mirrors/docker-build-push-action@v7 with: push: true - platforms: - - linux/amd64 - - linux/arm64 - - linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7 + file: ${{ matrix.dockerfile }} tags: ${{ matrix.tags }} \ No newline at end of file