Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
asmogo committed Aug 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d11f557 commit 121748b
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 121748b

Please sign in to comment.