mirror of
https://github.com/asmogo/nws.git
synced 2024-12-13 02:46:22 +00:00
fix actions
This commit is contained in:
parent
d11f5573d5
commit
121748b8d8
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
@ -2,7 +2,9 @@ name: gobuild
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
# run only against tags
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -26,4 +28,4 @@ jobs:
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: asmogo/nws-exit-node:latest
|
||||
tags: asmogo/nws:latest
|
1
.github/workflows/tag.yml
vendored
1
.github/workflows/tag.yml
vendored
@ -30,6 +30,5 @@ jobs:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user