Merge "Update gitea to 1.19.4"
This commit is contained in:
commit
d0f0026f1d
@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.20-bullseye AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.19.3"
|
||||
ARG GITEA_VERSION="v1.19.4"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
@ -39,7 +39,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
{{if $.IsPullMirror}}
|
||||
{{if and $.IsPullMirror $.Mirror}}
|
||||
{{$address := MirrorRemoteAddress $.Context . $.Mirror.GetRemoteName false}}
|
||||
<div class="fork-flag">{{$.locale.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{$address.Address}}">{{$address.Address}}</a></div>
|
||||
{{end}}
|
||||
|
Loading…
Reference in New Issue
Block a user