Compare commits

..

No commits in common. "v0.9.0-3" and "v0.9.0-2" have entirely different histories.

2 changed files with 7 additions and 3 deletions

View File

@ -34,7 +34,11 @@ steps:
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
ref:
- refs/pull/**
@ -197,6 +201,6 @@ depends_on:
---
kind: signature
hmac: de113d701dc404f63418de7473c636cc68cc7d42b9c258c3ac3698b83d84c9e2
hmac: 3d3a49cd900fe822c6568d4f2f2e6e9d628ddf2aca147079658b117c8de92c45
...

View File

@ -1,4 +1,4 @@
FROM node:lts-bullseye-slim@sha256:14af3fc10c3b85be74621ae6f0066ee4b2ab1ae1d6c0c87e0ada9ca193346071
FROM node:lts-bullseye-slim@sha256:7d95bfe09e2244aa56ce7d836ac6f45ed6df2e2c270e1c087033d9acab83f660
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -13,7 +13,7 @@ ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.9.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.25.1}"
ENV YQ_VERSION="${YQ_VERSION:-v4.23.1}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \