We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d897cf4 commit 75bb224Copy full SHA for 75bb224
.goreleaser.yml
@@ -61,7 +61,7 @@ docker_manifests:
61
- 'ghcr.io/traefik/whoamiudp:{{ .Tag }}-amd64'
62
- 'ghcr.io/traefik/whoamiudp:{{ .Tag }}-arm64'
63
- 'ghcr.io/traefik/whoamiudp:{{ .Tag }}-armv7'
64
- - name_template: 'traefik/whoamiudp:v{{ .Major }}.{{ .Minor }}'
+ - name_template: 'ghcr.io/traefik/whoamiudp:v{{ .Major }}.{{ .Minor }}'
65
image_templates:
66
- 'ghcr.io/traefik/whoamiudp:v{{ .Major }}.{{ .Minor }}-amd64'
67
- 'ghcr.io/traefik/whoamiudp:v{{ .Major }}.{{ .Minor }}-arm64'
0 commit comments