debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2020-08-28 09:30:31 +02:00
parent c747cf0daa
commit d359e41d1d
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -71,8 +71,13 @@ platform:
steps: steps:
- name: readme - name: readme
image: chko/docker-pushrm:1 image: chko/docker-pushrm:1
commands: entrypoint:
- /docker-pushrm --file ./README.md --short "My short description" --debug xoxys/alpine - /docker-pushrm
command:
- --file ./README.md
- --short "My short description"
- --debug
- xoxys/alpine
environment: environment:
DOCKERHUB_PASSWORD: DOCKERHUB_PASSWORD:
from_secret: docker_password from_secret: docker_password
@ -116,6 +121,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 96030996f0d4d7b2909f924ce7c424709a02771d48ec777ca38e2378ce03e550 hmac: b09f42e55c6db0a265459469fca26428d688f40b3d704edd510ad4d0ab8e6c39
... ...