Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3ecd3d797f | |||
7ee7a1a5c9 |
4
main.go
4
main.go
@ -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("nightly-%s.%s", date, shortHash))
|
||||
gha.SetOutput("full-image-name", tagLatest)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user