fix: typo - add nightly into tag name
All checks were successful
Go Test / test (push) Successful in 16s

This commit is contained in:
Ondrej Vlach 2025-05-30 20:59:30 +02:00
parent 7ee7a1a5c9
commit 3ecd3d797f
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", date, shortHash))
gha.SetOutput("image-tag", fmt.Sprintf("nightly-%s.%s", date, shortHash))
gha.SetOutput("full-image-name", tagLatest)
}