mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-11-26 16:41:02 +08:00
feat(构建脚本): 更新构建脚本
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user