Compare commits

..

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

2 changed files with 5 additions and 6 deletions

View File

@ -32,7 +32,6 @@ steps:
settings:
dockerfile: Dockerfile
dry_run: true
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
when:
ref:
@ -74,7 +73,6 @@ steps:
dockerfile: Dockerfile
password:
from_secret: docker_password
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
@ -91,7 +89,6 @@ steps:
dockerfile: Dockerfile
password:
from_secret: quay_password
provenance: false
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username:
@ -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:
@ -171,7 +170,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ .Build.Status }}**<br/> Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/> Message: {{ .Commit.Message.Title }}"
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
username:
from_secret: matrix_username
when:
@ -192,6 +191,6 @@ depends_on:
---
kind: signature
hmac: c0b111ee4ecb615adbda7fbf1a3c6109a9592a93e93518a789a052f22b9b903d
hmac: 7a497e0ef1d1e2a1a92c18967eaa22e3f9733f66d2a7b24c63568c2a7be344e1
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:8b189cf07b9c0b8936343fa6005c53b9278d439db53a6c7685e00261d91a5c6e
FROM thegeeklab/alpine:latest@sha256:eac1c816f71bf6d586f4a32281175c26abb49ce1408fad68eed202b921f91a37
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"