Compare commits

..

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

View File

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