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] on: [push, workflow_dispatch]
jobs: jobs:
build: build:
runs-on: cn runs-on: cn
container: debian:trixie
strategy: strategy:
matrix: matrix:
include: include:
@@ -32,7 +30,6 @@ jobs:
password: ${{ secrets.docker_password }} password: ${{ secrets.docker_password }}
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
with: with:
context: .
file: ${{ matrix.dockerfile }} file: ${{ matrix.dockerfile }}
push: true push: true
tags: ${{ matrix.image }} tags: ${{ matrix.image }}