@@ -32,47 +32,45 @@ release:
3232 github :
3333 name_template : v{{.Version}}
3434dockers :
35- - image_templates : ["ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-amd64"]
35+ - image_templates : ["ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-amd64"]
3636 dockerfile : Dockerfile.goreleaser
3737 use : buildx
3838 build_flag_templates :
3939 - --platform=linux/amd64
40- - --label=org.opencontainers.image.ref.name="google /mtail"
40+ - --label=org.opencontainers.image.ref.name="jaqx0r /mtail"
4141 - --label=org.opencontainers.image.authors="Jamie Wilkinson (@jaqx0r)"
4242 - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
4343 - --label=org.opencontainers.image.description="extract internal monitoring data from application logs for collection in a timeseries database"
44- - --label=org.opencontainers.image.documentation="https://google .github.io/mtail/"
44+ - --label=org.opencontainers.image.documentation="https://jaqx0r .github.io/mtail/"
4545 - --label=org.opencontainers.image.licenses="Apache-2.0"
4646 - --label=org.opencontainers.image.revision={{ .FullCommit }}
47- - --label=org.opencontainers.image.source=https://github.com/google /{{ .ProjectName }}
47+ - --label=org.opencontainers.image.source=https://github.com/jaqx0r /{{ .ProjectName }}
4848 - --label=org.opencontainers.image.title={{ .ProjectName }}
49- - --label=org.opencontainers.image.url=https://github.com/google/{{ .ProjectName }}
50- - --label=org.opencontainers.image.vendor="Google"
49+ - --label=org.opencontainers.image.url=https://github.com/jaqx0r/{{ .ProjectName }}
5150 - --label=org.opencontainers.image.version={{ .Version }}
52- - image_templates : ["ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-arm64v8"]
51+ - image_templates : ["ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-arm64v8"]
5352 goarch : arm64
5453 dockerfile : Dockerfile.goreleaser
5554 use : buildx
5655 build_flag_templates :
5756 - --platform=linux/arm64/v8
58- - --label=org.opencontainers.image.ref.name="google /mtail"
57+ - --label=org.opencontainers.image.ref.name="jaqx0r /mtail"
5958 - --label=org.opencontainers.image.authors="Jamie Wilkinson (@jaqx0r)"
6059 - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
6160 - --label=org.opencontainers.image.description="extract internal monitoring data from application logs for collection in a timeseries database"
62- - --label=org.opencontainers.image.documentation="https://google .github.io/mtail/"
61+ - --label=org.opencontainers.image.documentation="https://jaqx0r .github.io/mtail/"
6362 - --label=org.opencontainers.image.licenses="Apache-2.0"
6463 - --label=org.opencontainers.image.revision={{ .FullCommit }}
65- - --label=org.opencontainers.image.source=https://github.com/google /{{ .ProjectName }}
64+ - --label=org.opencontainers.image.source=https://github.com/jaqx0r /{{ .ProjectName }}
6665 - --label=org.opencontainers.image.title={{ .ProjectName }}
67- - --label=org.opencontainers.image.url=https://github.com/google/{{ .ProjectName }}
68- - --label=org.opencontainers.image.vendor="Google"
66+ - --label=org.opencontainers.image.url=https://github.com/jaqx0r/{{ .ProjectName }}
6967 - --label=org.opencontainers.image.version={{ .Version }}
7068docker_manifests :
71- - name_template : ghcr.io/google /{{ .ProjectName }}:{{ .Version }}
69+ - name_template : ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}
7270 image_templates :
73- - ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-amd64
74- - ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-arm64v8
75- - name_template : ghcr.io/google /{{ .ProjectName }}:latest
71+ - ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-amd64
72+ - ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-arm64v8
73+ - name_template : ghcr.io/jaqx0r /{{ .ProjectName }}:latest
7674 image_templates :
77- - ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-amd64
78- - ghcr.io/google /{{ .ProjectName }}:{{ .Version }}-arm64v8
75+ - ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-amd64
76+ - ghcr.io/jaqx0r /{{ .ProjectName }}:{{ .Version }}-arm64v8
0 commit comments