feat(构建脚本): 更新构建脚本

This commit is contained in:
2025-11-26 14:39:06 +08:00
parent 78455b74d7
commit 57704a69a7

View File

@@ -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 }}