mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix dockerhub short description
This commit is contained in:
parent
e5264247c0
commit
6493829c1f
@ -431,7 +431,7 @@ local PipelineNotifications = {
|
||||
from_secret: 'docker_username',
|
||||
},
|
||||
PUSHRM_FILE: 'README.md',
|
||||
PUSHRM_SHORT: 'Drone plugin to add comments to GitHub Issues/PRs',
|
||||
PUSHRM_SHORT: 'Keep docker hosts tidy',
|
||||
PUSHRM_TARGET: 'thegeeklab/${DRONE_REPO_NAME}',
|
||||
},
|
||||
when: {
|
||||
|
@ -595,7 +595,7 @@ steps:
|
||||
DOCKER_USER:
|
||||
from_secret: docker_username
|
||||
PUSHRM_FILE: README.md
|
||||
PUSHRM_SHORT: Drone plugin to add comments to GitHub Issues/PRs
|
||||
PUSHRM_SHORT: Keep docker hosts tidy
|
||||
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
|
||||
when:
|
||||
status:
|
||||
@ -642,6 +642,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 71d089dacfa86733fec2b3555b1bfedc175297c9b7add39320c87fe8d0424401
|
||||
hmac: d87061b48f3d83fa2686568087dbed6c022980a8c783507adde883e51b13c6df
|
||||
|
||||
...
|
||||
|
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
repository:
|
||||
name: docker-tidy
|
||||
description: Keep docker hosts tidy.
|
||||
description: Keep docker hosts tidy
|
||||
homepage: https://docker-tidy.geekdocs.de
|
||||
topics: automation, python, docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user