Skip to content

Commit

Permalink
goreleaser: fix host name gcr.io -> ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 20, 2021
1 parent f507db5 commit 478375c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dockers:
- image_templates:
- "docker.io/evkalinin/{{.ProjectName}}:{{ .Tag }}"
- "docker.io/evkalinin/{{.ProjectName}}:latest"
- "gcr.io/ekalinin/{{.ProjectName}}:{{ .Tag }}"
- "gcr.io/ekalinin/{{.ProjectName}}:latest"
- "ghcr.io/ekalinin/{{.ProjectName}}:{{ .Tag }}"
- "ghcr.io/ekalinin/{{.ProjectName}}:latest"
dockerfile: Dockerfile.goreleaser
build_flag_templates:
- "--pull"
Expand Down

0 comments on commit 478375c

Please sign in to comment.