fix: typo - image_tag
All checks were successful
Go Test / test (push) Successful in 13s

This commit is contained in:
Ondrej Vlach 2025-05-30 20:54:04 +02:00
parent 6e1a7a993a
commit 7ee7a1a5c9
No known key found for this signature in database
GPG Key ID: 7F141CDACEDEE2DE

View File

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