publish readme to quay.io repo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-08-30 16:07:37 +02:00
parent 42b504673f
commit 5a25fd1a0e
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 21 additions and 2 deletions

View File

@ -91,7 +91,7 @@ platform:
arch: amd64
steps:
- name: readme
- name: pushrm-dockerhub
image: chko/docker-pushrm:1
entrypoint:
- /docker-pushrm
@ -113,6 +113,25 @@ steps:
status:
- success
- name: pushrm-quay
image: chko/docker-pushrm:1
entrypoint:
- /docker-pushrm
command:
- --provider quay
- --file
- README.md
- quay.io/xoxys/${DRONE_REPO_NAME}
environment:
APIKEY__QUAY_IO:
from_secret: quay_token
README_PATH: README.md
REPO_NAME: xoxys/${DRONE_REPO_NAME}
SHORT_DESCRIPTION: Custom Alpine base image
when:
status:
- success
- name: matrix
image: plugins/matrix
settings:
@ -143,6 +162,6 @@ depends_on:
---
kind: signature
hmac: a4d0d05a75bcb3b2b82612d2c0d7c424c6eb680f3000cbede86b8b29c3409027
hmac: be24ff9d38525a2d8b47737423eacc7f492319218a396e1f050905b51fb5cf0c
...