Skip to content

Commit effae03

Browse files
committed
fix: fixes docker image name
1 parent 0e6e33d commit effae03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ dockers:
3939
goarch: amd64
4040
dockerfile: Dockerfile
4141
image_templates:
42-
- "norwoodj/{{.ProjectName}}:latest"
43-
- "norwoodj/{{.ProjectName}}:{{.Tag}}"
42+
- jnorwood/{{ .ProjectName }}:latest
43+
- jnorwood/{{ .ProjectName }}:{{ .Tag }}

0 commit comments

Comments
 (0)