Compare commits

..

2 Commits
v0.0.1 ... 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
7ee7a1a5c9
fix: typo - image_tag
All checks were successful
Go Test / test (push) Successful in 13s
2025-05-30 20:54:04 +02:00

View File

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