mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 21:29:02 +08:00
Merge branch 'master' of github.com:zu1k/nali
This commit is contained in:
commit
1f8cf9046f
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2.3.1
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
|
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
go-version: 1.14.x
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2.3.1
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: Cache go module
|
||||
uses: actions/cache@v2
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
||||
- uses: actions/upload-artifact@v2.1.3
|
||||
- uses: actions/upload-artifact@v2.1.4
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: build
|
||||
|
Loading…
Reference in New Issue
Block a user