Skip to content

Commit

Permalink
chore: fix hostname for GitHub container registry (#55)
Browse files Browse the repository at this point in the history
gcr.io is the Google one, I need to sleep more ;)
  • Loading branch information
bfabio authored Jul 5, 2022
1 parent 0359602 commit 020f2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dockers:
-
dockerfile: Dockerfile.goreleaser
image_templates:
- "gcr.io/italia/developers-italia-api:{{ .Tag }}"
- "gcr.io/italia/developers-italia-api:latest"
- "ghcr.io/italia/developers-italia-api:{{ .Tag }}"
- "ghcr.io/italia/developers-italia-api:latest"

0 comments on commit 020f2a7

Please sign in to comment.