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

This commit is contained in:
Robert Kaussow 2020-09-22 22:28:50 +02:00
parent 63e954c69e
commit cb93c4472e
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: lhci - Simple wrapper for lighthouse-ci
PUSHRM_SHORT: Custom image for lighthouse-ci
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -156,6 +156,6 @@ depends_on:
---
kind: signature
hmac: db905cd82637d57ad9365961781edfe5bd06fd5056a151f018619797d611fbaf
hmac: 879f12e9fc4e83e64334390b872b0b211558a9d6a7f07e73db41c855d4e3ea04
...

View File

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