Update gitea to 1.15.7
Changelog here: https://github.com/go-gitea/gitea/blob/v1.15.7/CHANGELOG.md#1157---2021-12-01 Seems to mostly be a number of bugfixes which we like to get. Note there is one tiny mostly inconsequently template update that we make to a commented out portion of the head navbar file. But we do this to avoid unnecessary future delta that needs to be resolved. Change-Id: I9bf19c4f63d1713701ec889a705f3c8855d943d7
This commit is contained in:
parent
fc257bdcaa
commit
a57f3bab08
@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.16-bullseye AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.15.6"
|
||||
ARG GITEA_VERSION="v1.15.7"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
@ -197,7 +197,7 @@
|
||||
{{svg "octicon-person"}} {{.i18n.Tr "register"}}
|
||||
</a>
|
||||
{{end}}
|
||||
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login?redirect_to={{.CurrentURL}}">
|
||||
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
|
||||
{{svg "octicon-sign-in"}} {{.i18n.Tr "sign_in"}}
|
||||
</a>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user