Compare commits

...

3 Commits

Author SHA1 Message Date
Renovator Bot bf39b43cc7 chore(deps): update dependency gohugoio/hugo to v0.90.1 (#26)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-12-16 12:44:44 +01:00
Robert Kaussow 77905f46ad chore: adjust changelog template to link to prs instead of issues (#27)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 13:25:31 +01:00
Renovator Bot eb7cdcc34c chore(docker): update thegeeklab/alpine:latest docker digest to 3e8b665
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-11-28 19:01:49 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(.*)/issues/(.*)" (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") "${1}/pulls/${2}") | trim }}
{{ end }}
{{- end -}}

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:4fcb2f72dff0d2199de46f23250b1fab165caccd50c99f332cc6455cacc5b9f8
FROM thegeeklab/alpine:latest@sha256:3e8b6659525a4aa0a01d82a38decdf87ee5419028113e42990331580b34570d8
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.89.4}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.90.1}"
ENV HUGO_ENV=production