We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8312ec5 commit ff23879Copy full SHA for ff23879
.woodpecker.yml
@@ -9,7 +9,7 @@ steps:
9
platforms: linux/amd64
10
repo: openuem/openuem-console
11
tags:
12
- - 0.7.0
+ - 0.7.1
13
- latest
14
username:
15
from_secret: docker_username
internal/common/cli.go
@@ -49,7 +49,7 @@ func (w *Worker) GenerateConsoleConfigFromCLI(cCtx *cli.Context) error {
49
w.Country = cCtx.String("country")
50
w.ReverseProxyAuthPort = cCtx.String("reverse-proxy-auth-port")
51
w.ReverseProxyServer = cCtx.String("reverse-proxy-server")
52
- w.Version = "0.7.0"
+ w.Version = "0.7.1"
53
54
return nil
55
}
0 commit comments