Compare commits

..

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

2 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,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/**
@ -200,6 +204,6 @@ depends_on:
---
kind: signature
hmac: 9bb496b4d68fd0b2f3b93e595e9541c7098a10ce45495889b7eb77e6fe051f3e
hmac: f23406441a2cf3872a1990a14e60a888b375ef31f75ea455fe4d2aa5dfe850be
...

View File

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