Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Oct 5, 2022
1 parent e1fdafc commit 82a3d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker_manifests:
- ghcr.io/distribworks/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/distribworks/{{ .ProjectName }}:{{ .Version }}-arm64

- name_template: gcr.io/distribworks/{{ .ProjectName }}:latest
- name_template: ghcr.io/distribworks/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/distribworks/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/distribworks/{{ .ProjectName }}:{{ .Version }}-arm64
Expand Down

0 comments on commit 82a3d6a

Please sign in to comment.