Skip to content

Commit 62c7399

Browse files
committed
chore: update goreleaser config for KamorionLabs organization
1 parent 2d6b2ad commit 62c7399

File tree

1 file changed

+20
-33
lines changed

1 file changed

+20
-33
lines changed

.goreleaser.yml

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49,66 +49,53 @@ changelog:
4949

5050
# .goreleaser.yaml
5151
dockers:
52-
- image_templates: ["ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-amd64"]
52+
- image_templates: ["ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-amd64"]
5353
dockerfile: Dockerfile
5454
build_flag_templates:
5555
- --platform=linux/amd64
5656
- --label=org.opencontainers.image.title={{ .ProjectName }}
5757
- --label=org.opencontainers.image.description={{ .ProjectName }}
58-
- --label=org.opencontainers.image.url=https://github.com/mabels/{{ .ProjectName }}
59-
- --label=org.opencontainers.image.source=https://github.com/mabels/{{ .ProjectName }}
58+
- --label=org.opencontainers.image.url=https://github.com/KamorionLabs/{{ .ProjectName }}
59+
- --label=org.opencontainers.image.source=https://github.com/KamorionLabs/{{ .ProjectName }}
6060
- --label=org.opencontainers.image.version={{ .Version }}
6161
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
6262
- --label=org.opencontainers.image.revision={{ .FullCommit }}
63-
- --label=org.opencontainers.image.licenses=APL2
63+
- --label=org.opencontainers.image.licenses=MIT
6464

65-
#- image_templates: ["ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-i386"]
66-
# dockerfile: Dockerfile
67-
# build_flag_templates:
68-
# - --platform=linux/i386
69-
# - --label=org.opencontainers.image.title={{ .ProjectName }}
70-
# - --label=org.opencontainers.image.description={{ .ProjectName }}
71-
# - --label=org.opencontainers.image.url=https://github.com/mabels/{{ .ProjectName }}
72-
# - --label=org.opencontainers.image.source=https://github.com/mabels/{{ .ProjectName }}
73-
# - --label=org.opencontainers.image.version={{ .Version }}
74-
# - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
75-
# - --label=org.opencontainers.image.revision={{ .FullCommit }}
76-
# - --label=org.opencontainers.image.licenses=APL2
77-
78-
- image_templates: ["ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-arm64v8"]
65+
- image_templates: ["ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-arm64v8"]
7966
dockerfile: Dockerfile
8067
build_flag_templates:
8168
- --platform=linux/arm64/v8
8269
- --label=org.opencontainers.image.title={{ .ProjectName }}
8370
- --label=org.opencontainers.image.description={{ .ProjectName }}
84-
- --label=org.opencontainers.image.url=https://github.com/mabels/{{ .ProjectName }}
85-
- --label=org.opencontainers.image.source=https://github.com/mabels/{{ .ProjectName }}
71+
- --label=org.opencontainers.image.url=https://github.com/KamorionLabs/{{ .ProjectName }}
72+
- --label=org.opencontainers.image.source=https://github.com/KamorionLabs/{{ .ProjectName }}
8673
- --label=org.opencontainers.image.version={{ .Version }}
8774
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
8875
- --label=org.opencontainers.image.revision={{ .FullCommit }}
89-
- --label=org.opencontainers.image.licenses=APL2
76+
- --label=org.opencontainers.image.licenses=MIT
9077

91-
- image_templates: ["ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-armv7"]
78+
- image_templates: ["ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-armv7"]
9279
dockerfile: Dockerfile
9380
build_flag_templates:
9481
- --platform=linux/arm/v7
9582
- --label=org.opencontainers.image.title={{ .ProjectName }}
9683
- --label=org.opencontainers.image.description={{ .ProjectName }}
97-
- --label=org.opencontainers.image.url=https://github.com/mabels/{{ .ProjectName }}
98-
- --label=org.opencontainers.image.source=https://github.com/mabels/{{ .ProjectName }}
84+
- --label=org.opencontainers.image.url=https://github.com/KamorionLabs/{{ .ProjectName }}
85+
- --label=org.opencontainers.image.source=https://github.com/KamorionLabs/{{ .ProjectName }}
9986
- --label=org.opencontainers.image.version={{ .Version }}
10087
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
10188
- --label=org.opencontainers.image.revision={{ .FullCommit }}
102-
- --label=org.opencontainers.image.licenses=APL2
89+
- --label=org.opencontainers.image.licenses=MIT
10390

10491
docker_manifests:
105-
- name_template: ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}
92+
- name_template: ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}
10693
image_templates:
107-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-amd64
108-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-armv7
109-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-arm64v8
110-
- name_template: ghcr.io/mabels/{{ .ProjectName }}:latest
94+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-amd64
95+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-armv7
96+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-arm64v8
97+
- name_template: ghcr.io/kamorionlabs/{{ .ProjectName }}:latest
11198
image_templates:
112-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-amd64
113-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-armv7
114-
- ghcr.io/mabels/{{ .ProjectName }}:{{ .Version }}-arm64v8
99+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-amd64
100+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-armv7
101+
- ghcr.io/kamorionlabs/{{ .ProjectName }}:{{ .Version }}-arm64v8

0 commit comments

Comments
 (0)