Compare commits

..

No commits in common. "v0.15.2-1" and "v0.15.1-6" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -33,7 +33,6 @@ steps:
dockerfile: Dockerfile
dry_run: true
repo: thegeeklab/${DRONE_REPO_NAME}
provenance: false
when:
ref:
- refs/pull/**
@ -77,7 +76,6 @@ steps:
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
provenance: false
when:
ref:
- refs/heads/main
@ -95,7 +93,6 @@ steps:
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: quay_username
provenance: false
when:
ref:
- refs/heads/main
@ -138,6 +135,7 @@ platform:
steps:
- name: pushrm-dockerhub
pull: always
image: chko/docker-pushrm:1
environment:
DOCKER_PASS:
@ -152,6 +150,7 @@ steps:
- success
- name: pushrm-quay
pull: always
image: chko/docker-pushrm:1
environment:
APIKEY__QUAY_IO:
@ -192,6 +191,6 @@ depends_on:
---
kind: signature
hmac: be84fa5f05881cf3972a0a5405c919edac6e069175e554077727136e141d57d2
hmac: 5b86f7686fa6b01ec6cf143087e1328b3fd45a774d704647c55ef5ff482c781a
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:14d7caf70da8abf263d833df59a2fe22c632daa63b58a4b0bbc1b79ec16c3534
FROM thegeeklab/alpine:latest@sha256:eac1c816f71bf6d586f4a32281175c26abb49ce1408fad68eed202b921f91a37
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/git
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=git-chglog/git-chglog
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.2}"
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.1}"
COPY overlay/ /