We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 783f133 + 38a9c48 commit de4726bCopy full SHA for de4726b
ajc/package_command.go
@@ -47,7 +47,7 @@ func (c *packageCommand) dockerAction(_ *kingpin.ParseContext) error {
47
}
48
49
if h.AJVersion == "" {
50
- h.AJVersion = version
+ h.AJVersion = fmt.Sprintf("v%s", version)
51
52
if h.Name == "" {
53
h.Name = "choria.io/asyncjobs/handlers"
0 commit comments