11version : 2
22
3- env :
4- - GITHUB_REPOSITORY={{ if index .Env "GITHUB_REPOSITORY" }}{{ .Env.GITHUB_REPOSITORY }}{{ else }}temporalio/temporal-worker-controller{{ end }}
5-
63before :
74 hooks :
85 - go mod download
@@ -44,16 +41,16 @@ checksum:
4441
4542dockers :
4643 - image_templates :
47- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-amd64"
48- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :v{{ .Major }}.{{ .Minor }}-amd64"
44+ - " temporalio/temporal-worker-controller :{{ .Tag }}-amd64"
45+ - " temporalio/temporal-worker-controller :v{{ .Major }}.{{ .Minor }}-amd64"
4946 dockerfile : Dockerfile.goreleaser
5047 use : buildx
5148 build_flag_templates :
5249 - --platform=linux/amd64
5350 - --label=org.opencontainers.image.title={{ .ProjectName }}
5451 - --label=org.opencontainers.image.description=Temporal Worker Controller for Kubernetes
55- - --label=org.opencontainers.image.url=https://github.com/{{ .Env.GITHUB_REPOSITORY }}
56- - --label=org.opencontainers.image.source=https://github.com/{{ .Env.GITHUB_REPOSITORY }}
52+ - --label=org.opencontainers.image.url=https://github.com/temporalio/temporal-worker-controller
53+ - --label=org.opencontainers.image.source=https://github.com/temporalio/temporal-worker-controller
5754 - --label=org.opencontainers.image.version={{ .Version }}
5855 - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
5956 - --label=org.opencontainers.image.revision={{ .FullCommit }}
@@ -62,16 +59,16 @@ dockers:
6259 - LICENSE
6360
6461 - image_templates :
65- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-arm64"
66- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :v{{ .Major }}.{{ .Minor }}-arm64"
62+ - " temporalio/temporal-worker-controller :{{ .Tag }}-arm64"
63+ - " temporalio/temporal-worker-controller :v{{ .Major }}.{{ .Minor }}-arm64"
6764 dockerfile : Dockerfile.goreleaser
6865 use : buildx
6966 build_flag_templates :
7067 - --platform=linux/arm64
7168 - --label=org.opencontainers.image.title={{ .ProjectName }}
7269 - --label=org.opencontainers.image.description=Temporal Worker Controller for Kubernetes
73- - --label=org.opencontainers.image.url=https://github.com/{{ .Env.GITHUB_REPOSITORY }}
74- - --label=org.opencontainers.image.source=https://github.com/{{ .Env.GITHUB_REPOSITORY }}
70+ - --label=org.opencontainers.image.url=https://github.com/temporalio/temporal-worker-controller
71+ - --label=org.opencontainers.image.source=https://github.com/temporalio/temporal-worker-controller
7572 - --label=org.opencontainers.image.version={{ .Version }}
7673 - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
7774 - --label=org.opencontainers.image.revision={{ .FullCommit }}
@@ -80,17 +77,17 @@ dockers:
8077 - LICENSE
8178
8279docker_manifests :
83- - name_template : " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}"
80+ - name_template : " temporalio/temporal-worker-controller :{{ .Tag }}"
8481 image_templates :
85- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-amd64"
86- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-arm64"
82+ - " temporalio/temporal-worker-controller :{{ .Tag }}-amd64"
83+ - " temporalio/temporal-worker-controller :{{ .Tag }}-arm64"
8784
88- - name_template : " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :v{{ .Major }}.{{ .Minor }}"
85+ - name_template : " temporalio/temporal-worker-controller :v{{ .Major }}.{{ .Minor }}"
8986 image_templates :
90- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :v{{ .Major }}.{{ .Minor }}-amd64"
91- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :v{{ .Major }}.{{ .Minor }}-arm64"
87+ - " temporalio/temporal-worker-controller :v{{ .Major }}.{{ .Minor }}-amd64"
88+ - " temporalio/temporal-worker-controller :v{{ .Major }}.{{ .Minor }}-arm64"
9289
93- - name_template : " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :latest"
90+ - name_template : " temporalio/temporal-worker-controller :latest"
9491 image_templates :
95- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-amd64"
96- - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }} :{{ .Tag }}-arm64"
92+ - " temporalio/temporal-worker-controller :{{ .Tag }}-amd64"
93+ - " temporalio/temporal-worker-controller :{{ .Tag }}-arm64"
0 commit comments