Compare commits

..

No commits in common. "main" and "v0.0.2" have entirely different histories.
main ... v0.0.2

View File

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