feat(chore): support for customising container repository via ldflags (#873)

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2025-07-14 13:38:09 +02:00
committed by GitHub
parent ce5fe906aa
commit 0ab8843418
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
package internal
var (
ContainerRepository = "docker.io"
GitRepo = ""
GitTag = "dev"
GitCommit = ""