Skip to content

Commit c752d2b

Browse files
committed
test release
1 parent 6aa7723 commit c752d2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ builds:
4444

4545
dockers:
4646
- image_templates:
47-
- "ghcr.io/shazow/ssh-chat:latest"
48-
- "ghcr.io/shazow/ssh-chat:{{ .Version }}"
47+
- "ghcr.io/aymanbagabas/ssh-chat:latest"
48+
- "ghcr.io/aymanbagabas/ssh-chat:{{ .Version }}"
4949
ids: [ssh-chat]
5050
goarch: amd64
5151
build_flag_templates:
@@ -61,8 +61,8 @@ dockers:
6161
dockerfile: Dockerfile.goreleaser
6262
use: buildx
6363
- image_templates:
64-
- "ghcr.io/shazow/ssh-chat:latest"
65-
- "ghcr.io/shazow/ssh-chat:{{ .Version }}"
64+
- "ghcr.io/aymanbagabas/ssh-chat:latest"
65+
- "ghcr.io/aymanbagabas/ssh-chat:{{ .Version }}"
6666
ids: [ssh-chat]
6767
goarch: arm64
6868
build_flag_templates:
@@ -104,7 +104,7 @@ archives:
104104

105105
release:
106106
github:
107-
owner: shazow
107+
owner: aymanbagabas
108108
name: ssh-chat
109109
ids: [ssh-chat]
110110
prerelease: auto

0 commit comments

Comments
 (0)