mirror of
https://github.com/ICKelin/gtun.git
synced 2025-09-26 19:11:15 +08:00
feat: update workflows
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run: ./build_image.sh
|
||||
run: ./docker_build.sh
|
||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
||||
go-version: 1.19
|
||||
|
||||
- name: Build
|
||||
run: ./build_exec.sh
|
||||
run: ./build.sh
|
||||
|
||||
|
Reference in New Issue
Block a user