diff --git a/.drone.yml b/.drone.yml index 6118e4d..26e43a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/README.md b/README.md index 02915cc..99391d8 100644 --- a/README.md +++ b/README.md @@ -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)