Skip to content

Commit

Permalink
chore: fix type with github container registry domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Dec 2, 2022
1 parent 25f85f9 commit 1fa1124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dockers:
ids: ['sampctl']
dockerfile: Dockerfile
image_templates:
- "gcr.io/southclaws/sampctl:{{ .Tag }}"
- "gcr.io/southclaws/sampctl:v{{ .Major }}"
- "gcr.io/southclaws/sampctl:v{{ .Major }}.{{ .Minor }}"
- "gcr.io/southclaws/sampctl:latest"
- "ghcr.io/southclaws/sampctl:{{ .Tag }}"
- "ghcr.io/southclaws/sampctl:v{{ .Major }}"
- "ghcr.io/southclaws/sampctl:v{{ .Major }}.{{ .Minor }}"
- "ghcr.io/southclaws/sampctl:latest"
nfpms:
- vendor: Southclaws
homepage: https://github.com/Southclaws/sampctl
Expand Down

0 comments on commit 1fa1124

Please sign in to comment.