its called schema-version

This commit is contained in:
Ronald van Zantvoort 2018-05-31 17:31:29 +02:00
parent 3edd750381
commit aa92ac1ef0
No known key found for this signature in database
GPG Key ID: D3DE53B7EFF75061
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func commandBuild(build Build) *exec.Cmd {
}
labelSchema := []string{
"version=1.0",
"schema-version=1.0",
fmt.Sprintf("build-date=%s", time.Now().Format(time.RFC3339)),
fmt.Sprintf("vcs-ref=%s", build.Name),
fmt.Sprintf("vcs-url=%s", build.Remote),