File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99 platforms : linux/amd64
1010 repo : openuem/openuem-console
1111 tags :
12- - 0.7.1
12+ - 0.8.0
1313 - latest
1414 username :
1515 from_secret : docker_username
Original file line number Diff line number Diff line change 1- FROM golang:1.24.2 AS build
1+ FROM golang:1.24.4 AS build
22COPY . ./
33RUN go install github.com/a-h/templ/cmd/
[email protected] 44RUN templ generate
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/nats-io/nats.go v1.41.2
3030 github.com/open-uem/ent v0.0.0-20250607102336-cee6366c74d8
3131 github.com/open-uem/nats v0.0.0-20250514125548-3bae96c53080
32- github.com/open-uem/utils v0.0.0-20250610103233-92d3a95ff479
32+ github.com/open-uem/utils v0.0.0-20250611060546-cab35b3801b9
3333 github.com/open-uem/wingetcfg v0.0.0-20250317160420-5c7e4c410be1
3434 github.com/pkg/sftp v1.13.9
3535 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ github.com/open-uem/nats v0.0.0-20250514125548-3bae96c53080 h1:Sq5vg52YJni0pifg2
151151github.com/open-uem/nats v0.0.0-20250514125548-3bae96c53080 /go.mod h1:JB6zAM56L+iD+BLn3o/vNdg9X5IFn52dSvltnIdiQAQ =
152152github.com/open-uem/utils v0.0.0-20250610103233-92d3a95ff479 h1:HLc3jlPY5uy3EiacfQvzk2bTDIfgdkpVNZpcZdmWG1E =
153153github.com/open-uem/utils v0.0.0-20250610103233-92d3a95ff479 /go.mod h1:nPL4xlsiCPyUiF8ntnyrlyz+pVjizIC+N5+TOvj3TLc =
154+ github.com/open-uem/utils v0.0.0-20250611060546-cab35b3801b9 h1:u54f6Oq97w7FDHl9oOWKe97TRddxhfqrAPCdXRwiF2A =
155+ github.com/open-uem/utils v0.0.0-20250611060546-cab35b3801b9 /go.mod h1:nPL4xlsiCPyUiF8ntnyrlyz+pVjizIC+N5+TOvj3TLc =
154156github.com/open-uem/wingetcfg v0.0.0-20250317160420-5c7e4c410be1 h1:OwLny9z8SqKVqPMVoJCMftGPB9A7T96W/5o70Yhanus =
155157github.com/open-uem/wingetcfg v0.0.0-20250317160420-5c7e4c410be1 /go.mod h1:dXSggJ7Na4J4WTII2YmxKmlpwlHzMjuHUrBJkn1/DrU =
156158github.com/pdfcpu/pdfcpu v0.10.2 h1:DB2dWuoq0eF0QwHjgyLirYKLTCzFOoZdmmIUSu72aL0 =
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func (w *Worker) GenerateConsoleConfigFromCLI(cCtx *cli.Context) error {
4949 w .Country = cCtx .String ("country" )
5050 w .ReverseProxyAuthPort = cCtx .String ("reverse-proxy-auth-port" )
5151 w .ReverseProxyServer = cCtx .String ("reverse-proxy-server" )
52- w .Version = "0.7.1 "
52+ w .Version = "0.8.0 "
5353
5454 return nil
5555}
You can’t perform that action at this time.
0 commit comments