Skip to content

Commit

Permalink
Merge pull request #37 from asmogo/run_action
Browse files Browse the repository at this point in the history
fix actions
  • Loading branch information
asmogo authored Aug 27, 2024
2 parents d11f557 + bcd6529 commit fc4d71c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: gobuild

on:
push:
branches: [ "master" ]
# run only against tags
tags:
- '*'

jobs:
docker:
Expand All @@ -26,4 +28,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: asmogo/nws-exit-node:latest
tags: asmogo/nws:latest
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fc4d71c

Please sign in to comment.