Compare commits

..

No commits in common. "v1.24.0-3" and "v1.24.0-2" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,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/**
@ -209,6 +213,6 @@ depends_on:
---
kind: signature
hmac: a162b6d6293cfbff392b0944f836d7bd0c214446bf3a414c386af6cd614a8534
hmac: 642c6cc081b23ff0abbb2b1d5f2722ae5ff4102f8ca7d1e57fd6f72891f95cdd
...

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>"