Skip to content

Commit

Permalink
fix image tag for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Nov 29, 2023
1 parent 187ffc2 commit 1f2b050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ dockers:
- "--label=org.opencontainers.image.version=v{{.Version}}"

docker_manifests:
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:v{{ .Major }}"
image_templates:
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:v{{ .Major }}-amd64"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:v{{ .Major }}-arm64"
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:canary"
image_templates:
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:canary-amd64"
Expand Down

0 comments on commit 1f2b050

Please sign in to comment.