Merge branch 'ogn-dev' into with-tun

This commit is contained in:
yaling888
2022-03-09 00:30:38 +08:00
6 changed files with 29 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
- name: Get all docker tags
if: startsWith(github.ref, 'refs/tags/')
uses: actions/github-script@v4
uses: actions/github-script@v6
id: tags
with:
script: |