Compare commits

...

1 Commits
v0.0.2 ... main

Author SHA1 Message Date
3ecd3d797f
fix: typo - add nightly into tag name
All checks were successful
Go Test / test (push) Successful in 16s
2025-05-30 20:59:30 +02:00

View File

@ -138,6 +138,6 @@ func main() {
os.Exit(1)
}
gha.SetOutput("image-tag", fmt.Sprintf("%s.%s", date, shortHash))
gha.SetOutput("image-tag", fmt.Sprintf("nightly-%s.%s", date, shortHash))
gha.SetOutput("full-image-name", tagLatest)
}