We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v
1 parent 0fbc94e commit c27bd34Copy full SHA for c27bd34
build/ci.go
@@ -492,7 +492,7 @@ func doDocker(cmdline []string) {
492
case env.Branch == "master":
493
tags = []string{"latest"}
494
case strings.HasPrefix(env.Tag, "v1."):
495
- tags = []string{"stable", fmt.Sprintf("release-1.%d", params.VersionMinor), params.Version}
+ tags = []string{"stable", fmt.Sprintf("release-1.%d", params.VersionMinor), "v" + params.Version}
496
}
497
// If architecture specific image builds are requested, build and push them
498
if *image {
0 commit comments