This commit is contained in:
parent
6e1a7a993a
commit
7ee7a1a5c9
4
main.go
4
main.go
@ -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("%s.%s", date, shortHash))
|
||||||
gha.SetOutput("full_image_name", tagLatest)
|
gha.SetOutput("full-image-name", tagLatest)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user