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]
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user