Compare commits

..

No commits in common. "v0.112.5+1" and "v0.105.0-2" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:23
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
dry_run: true
@ -69,7 +69,7 @@ steps:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:23
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
password:
@ -86,7 +86,7 @@ steps:
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:23
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
password:
@ -192,6 +192,6 @@ depends_on:
---
kind: signature
hmac: 37f797b6d7c4eaf61241c9609637397bb9eb6822be1f9424b18483107b675896
hmac: c0b111ee4ecb615adbda7fbf1a3c6109a9592a93e93518a789a052f22b9b903d
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:589a966ae6e145ac678828b4ab91d77f3b962af3b3b3ea9c0f4ce297b3712f83
FROM thegeeklab/alpine:latest@sha256:8b189cf07b9c0b8936343fa6005c53b9278d439db53a6c7685e00261d91a5c6e
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.112.5}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.105.0}"
ENV HUGO_ENV=production