Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
3ecd3d797f |
2
main.go
2
main.go
@ -138,6 +138,6 @@ func main() {
|
|||||||
os.Exit(1)
|
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)
|
gha.SetOutput("full-image-name", tagLatest)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user