mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Update DockerHub README on push
[PUBLISH SKIP] Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
481e41cad1
commit
8277a3ce17
27
.drone.yml
27
.drone.yml
@ -44,18 +44,35 @@ steps:
|
||||
tags:
|
||||
- latest
|
||||
- "%label io.spritsail.version.plex | %remsuf [0-9a-f]+$ | %auto 2"
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
username: {from_secret: docker_username}
|
||||
password: {from_secret: docker_password}
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: update-readme
|
||||
|
||||
steps:
|
||||
- name: dockerhub-readme
|
||||
pull: always
|
||||
image: jlesage/drone-push-readme
|
||||
settings:
|
||||
username: {from_secret: docker_username}
|
||||
password: {from_secret: docker_password}
|
||||
repo: spritsail/plex-media-server
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- pass
|
||||
event:
|
||||
- push
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: c1c9e7fe83806aba030d7395e11d9077863538131d04c8c291600fe8c84b99bc
|
||||
hmac: 6d4fdd6274fdab370550ea310af156a7e6fdb74794c80bf234a825d7136f6783
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user