Skip to content

Commit

Permalink
ci: fix master tag
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed Feb 20, 2023
1 parent 5a45497 commit 714c95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
push: true
tags: ghcr.io/parkour-vienna/distrust:master
context: dist/distrust_linux_amd64
context: dist/distrust_linux_amd64_v1
file: Dockerfile
- name: Clear
if: always()
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ changelog:
- '^test:'
- '^chore:'
- '^Merge pull request'
- '^ci:'

0 comments on commit 714c95f

Please sign in to comment.