update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-22 22:30:44 +02:00
parent 96a847aa04
commit 83650c99f6
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 8 deletions

View File

@ -108,7 +108,7 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: link-validator - Simple broken-link-checker wrapper made for CI
PUSHRM_SHORT: Custom image for broken-link-checker
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -156,6 +156,6 @@ depends_on:
---
kind: signature
hmac: a7312b0d2c8f2486ea8018c9af6e51796e8199079473c9f3b9c880f4c24266fe
hmac: 712d62bedfc07054f4c918b7632024ba1df355a406e0705b0eb9c4fad28d939e
...

View File

@ -1,6 +1,6 @@
# link-validator
link-validator - Simple broken-link-checker wrapper made for CI
Custom image for broken-link-checker
[![Build Status](https://img.shields.io/drone/build/docker/link-validator?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/link-validator)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/link-validator)
@ -8,7 +8,7 @@ link-validator - Simple broken-link-checker wrapper made for CI
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/link-validator)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE)
Simple wrapper for [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) optimized for CI.
Custom wrapper Docker image for [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) optimized for CI.
## Usage
@ -36,7 +36,3 @@ docker build -t link-validator:latest .
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)