1
0
mirror of https://github.com/zu1k/nali.git synced 2025-02-13 15:52:41 +08:00

Merge branch 'master' of github.com:zu1k/nali

This commit is contained in:
zu1k 2020-07-19 19:52:12 +08:00
commit 2c1b57f59d
4 changed files with 21 additions and 4 deletions

17
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2.3.1
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0

View File

@ -12,7 +12,7 @@ jobs:
go-version: 1.14.x
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
- name: Cache go module
uses: actions/cache@v2
@ -43,7 +43,7 @@ jobs:
draft: true
prerelease: true
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
name: build

View File

@ -16,7 +16,7 @@
</a>
</p>
#### [中文文档](https://github.com/zu1k/nali/blob/master/README_sh-CN.md)
#### [中文文档](https://github.com/zu1k/nali/blob/master/README_zh-CN.md)
## Feature