Skip to content

Commit

Permalink
Fixed the ghcr URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc committed Feb 16, 2022
1 parent a2f57b1 commit 4a43c1c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,51 @@ changelog:
- '^test:'
dockers:
- image_templates:
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-amd64
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.url=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=MIT
- image_templates:
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-arm64v8
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-arm64v8
goarch: arm64
build_flag_templates:
- --platform=linux/arm64/v8
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.url=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=MIT
- image_templates:
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-386
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-386
goarch: "386"
build_flag_templates:
- --platform=linux/386
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/jpc/k8s-socketcan/
- --label=org.opencontainers.image.url=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.source=https://github.com/Collabora/k8s-socketcan/
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=MIT
docker_manifests:
- name_template: ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}
- name_template: ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}
image_templates:
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-arm64v8
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-386
- name_template: ghcr.io/jpc/{{ .ProjectName }}:latest
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-arm64v8
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-386
- name_template: ghcr.io/Collabora/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-arm64v8
- ghcr.io/jpc/{{ .ProjectName }}:{{ .Version }}-386
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-arm64v8
- ghcr.io/Collabora/{{ .ProjectName }}:{{ .Version }}-386

0 comments on commit 4a43c1c

Please sign in to comment.