Update image reference in goreleaser configuration (#2887)

Fix wrong order `user/repo`
This commit is contained in:
Alexander Serheyev
2026-03-06 15:30:53 +00:00
committed by GitHub
parent 0842431050
commit 28f7f53143
+1 -1
View File
@@ -109,7 +109,7 @@ dockers_v2:
- protoc-gen-micro
images:
- "micro/micro"
- "ghcr.io/go-micro/micro"
- "ghcr.io/micro/go-micro"
tags:
- "v{{ .Version }}"
- "{{ if .IsNightly }}nightly{{ end }}"