publish readme to quay.io repo
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
42b504673f
commit
5a25fd1a0e
23
.drone.yml
23
.drone.yml
@ -91,7 +91,7 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: readme
|
- name: pushrm-dockerhub
|
||||||
image: chko/docker-pushrm:1
|
image: chko/docker-pushrm:1
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /docker-pushrm
|
- /docker-pushrm
|
||||||
@ -113,6 +113,25 @@ steps:
|
|||||||
status:
|
status:
|
||||||
- success
|
- 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
|
- name: matrix
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
@ -143,6 +162,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a4d0d05a75bcb3b2b82612d2c0d7c424c6eb680f3000cbede86b8b29c3409027
|
hmac: be24ff9d38525a2d8b47737423eacc7f492319218a396e1f050905b51fb5cf0c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user