chore: add missing manifest

This commit is contained in:
Fernandez Ludovic
2022-09-10 16:48:40 +02:00
parent 1c1ad7d0f9
commit 24b1d1e4be

View File

@ -34,13 +34,26 @@ archives:
files: files:
- LICENSE - LICENSE
docker_manifests:
- name_template: 'traefik/whoami:{{ .Tag }}'
image_templates:
- 'traefik/whoami:{{ .Tag }}-amd64'
- 'traefik/whoami:{{ .Tag }}-arm64'
- name_template: 'traefik/whoami:latest'
image_templates:
- 'traefik/whoami:{{ .Tag }}-amd64'
- 'traefik/whoami:{{ .Tag }}-arm64'
- name_template: 'traefik/whoami:v{{ .Major }}.{{ .Minor }}'
image_templates:
- 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-amd64'
- 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-arm64'
dockers: dockers:
- use: buildx - use: buildx
goos: linux goos: linux
goarch: amd64 goarch: amd64
dockerfile: buildx.Dockerfile dockerfile: buildx.Dockerfile
image_templates: image_templates:
- 'traefik/whoami:dev-amd64'
- 'traefik/whoami:latest-amd64' - 'traefik/whoami:latest-amd64'
- 'traefik/whoami:{{ .Tag }}-amd64' - 'traefik/whoami:{{ .Tag }}-amd64'
- 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-amd64' - 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-amd64'
@ -56,7 +69,6 @@ dockers:
goarch: arm64 goarch: arm64
dockerfile: buildx.Dockerfile dockerfile: buildx.Dockerfile
image_templates: image_templates:
- 'traefik/whoami:dev-arm64'
- 'traefik/whoami:latest-arm64' - 'traefik/whoami:latest-arm64'
- 'traefik/whoami:{{ .Tag }}-arm64' - 'traefik/whoami:{{ .Tag }}-arm64'
- 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-arm64' - 'traefik/whoami:v{{ .Major }}.{{ .Minor }}-arm64'