Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 7d8311e

Browse files
author
Sam McGeown
committed
Update goreleaser config for vmware repository
1 parent cf6d48b commit 7d8311e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.goreleaser.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ release:
77
# owner: smcgeown
88
# name: cs-cli
99
github:
10-
owner: sammcgeown
11-
name: cs-cli
10+
owner: vmware
11+
name: code-stream-cli
1212

1313
# gitlab_urls:
1414
# api: https://gitlab.eng.vmware.com/api/v4
@@ -47,8 +47,8 @@ dockers:
4747
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
4848
- "--label=org.opencontainers.image.version={{.Version}}"
4949
image_templates:
50-
- "ghcr.io/sammcgeown/cs-cli:latest-amd64"
51-
- "ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-amd64"
50+
- "ghcr.io/vmware/code-stream-cli:latest-amd64"
51+
- "ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-amd64"
5252
use_buildx: true
5353
-
5454
goos: linux
@@ -61,8 +61,8 @@ dockers:
6161
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
6262
- "--label=org.opencontainers.image.version={{.Version}}"
6363
image_templates:
64-
- "ghcr.io/sammcgeown/cs-cli:latest-arm64v8"
65-
- "ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-arm64v8"
64+
- "ghcr.io/vmware/code-stream-cli:latest-arm64v8"
65+
- "ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-arm64v8"
6666
use_buildx: true
6767
-
6868
goos: linux
@@ -76,21 +76,21 @@ dockers:
7676
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
7777
- "--label=org.opencontainers.image.version={{.Version}}"
7878
image_templates:
79-
- "ghcr.io/sammcgeown/cs-cli:latest-armv7"
80-
- "ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-armv7"
79+
- "ghcr.io/vmware/code-stream-cli:latest-armv7"
80+
- "ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-armv7"
8181
use_buildx: true
8282

8383
docker_manifests:
84-
- name_template: ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}
84+
- name_template: ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}
8585
image_templates:
86-
- ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-amd64
87-
- ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-armv7
88-
- ghcr.io/sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-arm64v8
89-
- name_template: ghcr.io/sammcgeown/cs-cli:latest
86+
- ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-amd64
87+
- ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-armv7
88+
- ghcr.io/vmware/code-stream-cli:v{{ .Major }}.{{ .Minor }}-arm64v8
89+
- name_template: ghcr.io/vmware/code-stream-cli:latest
9090
image_templates:
91-
- ghcr.io/sammcgeown/cs-cli:latest-amd64
92-
- ghcr.io/sammcgeown/cs-cli:latest-armv7
93-
- ghcr.io/sammcgeown/cs-cli:latest-arm64v8
91+
- ghcr.io/vmware/code-stream-cli:latest-amd64
92+
- ghcr.io/vmware/code-stream-cli:latest-armv7
93+
- ghcr.io/vmware/code-stream-cli:latest-arm64v8
9494

9595
brews:
9696
-

0 commit comments

Comments
 (0)