Skip to content

Commit

Permalink
fix: change docker org name (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Oct 9, 2023
1 parent 10473e8 commit 6bbb40f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ builds:
dockers:
- dockerfile: Dockerfile.release
image_templates:
- "ghcr.io/gno/tx-archive:latest"
- "ghcr.io/gno/tx-archive:{{ .Tag }}"
- "ghcr.io/gno/tx-archive:v{{ .Major }}"
- "ghcr.io/gno/tx-archive:v{{ .Major }}.{{ .Minor }}"
- "ghcr.io/gnolang/tx-archive:latest"
- "ghcr.io/gnolang/tx-archive:{{ .Tag }}"
- "ghcr.io/gnolang/tx-archive:v{{ .Major }}"
- "ghcr.io/gnolang/tx-archive:v{{ .Major }}.{{ .Minor }}"
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
Expand Down

0 comments on commit 6bbb40f

Please sign in to comment.