Compare commits

..

No commits in common. "v0.11.0-1" and "v0.10.0-2" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM node:lts-bullseye-slim@sha256:81b43146e32b3704663eb243d092b82592eab50f683498c5db9bda07d4ee7e46 FROM node:lts-bullseye-slim@sha256:e2fbe082615911b184e192b05c55e7e38460a2c24c88d92e8c122ea0175fbe56
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -11,9 +11,9 @@ ARG BUILD_VERSION
ARG YQ_VERSION ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli # renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.11.0}" ENV LHCI_VERSION="${BUILD_VERSION:-0.10.0}"
# renovate: datasource=github-releases depName=mikefarah/yq # renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.31.1}" ENV YQ_VERSION="${YQ_VERSION:-v4.30.8}"
ENV LHCI_BASE_DIR=/drone/src \ ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \ FORCE_COLOR=true \