Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit f905c9c

Browse files
authored
Remove image hollow prefix (#11)
1 parent d095591 commit f905c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ changelog:
5252
dockers:
5353
-
5454
image_templates:
55-
- "ghcr.io/metal-toolbox/hollow-{{.ProjectName}}:{{ .Tag }}"
55+
- "ghcr.io/metal-toolbox/{{.ProjectName}}:{{ .Tag }}"
5656
dockerfile: Dockerfile
5757
build_flag_templates:
5858
- "--label=org.opencontainers.image.created={{.Date}}"

0 commit comments

Comments
 (0)