Compare commits

..

No commits in common. "main" and "v0.39.0+2" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ when:
steps:
- name: security-build
image: quay.io/thegeeklab/wp-docker-buildx:4
image: quay.io/thegeeklab/wp-docker-buildx:3
settings:
containerfile: Containerfile.multiarch
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
@ -26,7 +26,7 @@ steps:
TRIVY_TIMEOUT: 1m
- name: publish-dockerhub
image: quay.io/thegeeklab/wp-docker-buildx:4
image: quay.io/thegeeklab/wp-docker-buildx:3
group: container
settings:
auto_tag: true
@ -47,7 +47,7 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH}
- name: publish-quay
image: quay.io/thegeeklab/wp-docker-buildx:4
image: quay.io/thegeeklab/wp-docker-buildx:3
group: container
settings:
auto_tag: true

View File

@ -1,4 +1,4 @@
FROM docker.io/node:lts-alpine@sha256:928b24aaadbd47c1a7722c563b471195ce54788bf8230ce807e1dd500aec0549
FROM docker.io/node:lts-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
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/container/
ARG MARKDOWNLINT_VERSION
# renovate: datasource=npm depName=markdownlint-cli
ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.41.0}"
ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.39.0}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error