Skip to content

Commit 14892b8

Browse files
committed
fix docker hub org name
1 parent ec95ba1 commit 14892b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dockers:
3333
ids:
3434
- pb
3535
image_templates:
36-
- "parseablehq/pb:{{ .Tag }}"
37-
- "parseablehq/pb:latest"
36+
- "parseable/pb:{{ .Tag }}"
37+
- "parseable/pb:latest"
3838
skip_push: false
3939
dockerfile: Dockerfile
4040
use: docker

0 commit comments

Comments
 (0)