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