Merge "Update gitea to 1.19.4"

This commit is contained in:
Zuul 2023-07-12 19:59:13 +00:00 committed by Gerrit Code Review
commit d0f0026f1d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}}