Merge pull request #37 from asmogo/run_action

fix actions
This commit is contained in:
asmogo 2024-08-28 00:27:07 +02:00 committed by GitHub
commit fc4d71cbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -30,6 +30,6 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}