Skip to content

Commit

Permalink
chore: publish ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Jul 3, 2024
1 parent d62cc09 commit f45509f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ dockers:
- "docker.io/gotocompany/{{.ProjectName}}:latest"
- "docker.io/gotocompany/{{.ProjectName}}:{{ .Version }}"
- "docker.io/gotocompany/{{.ProjectName}}:{{ .Tag }}-amd64"
- "ghcr.io/goto/{{.ProjectName}}:latest"
- "ghcr.io/goto/{{.ProjectName}}:{{ .Version }}"
- "ghcr.io/goto/{{.ProjectName}}:{{ .Tag }}-amd64"

brews:
- name: siren
Expand Down

0 comments on commit f45509f

Please sign in to comment.