Compare commits

..

No commits in common. "v0.15.1-4" and "v0.15.1-3" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,11 @@ steps:
settings:
dockerfile: Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
ref:
- refs/pull/**
@ -191,6 +195,6 @@ depends_on:
---
kind: signature
hmac: 5b86f7686fa6b01ec6cf143087e1328b3fd45a774d704647c55ef5ff482c781a
hmac: e71a00cf81ab915d0e680d8b39634a8b4587e3ff4890920008aab27b321be387
...

View File

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