diff --git a/.drone.yml b/.drone.yml index 2f90ef0..3e3e00d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,9 @@ steps: commands: - sleep 5 - apk add --no-cache bash curl docker git - - echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY + - > + echo "$DOCKER_PASSWORD" | + docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY - curl -sL https://git.io/goreleaser | bash depends_on: - test diff --git a/README.md b/README.md index e53e462..6c211da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # jitsiexporter -[![Build Status](https://cloud.drone.io/api/badges/xsteadfastx/jitsiexporter/status.svg)](https://cloud.drone.io/xsteadfastx/jitsiexporter) -[![Docker Repository on Quay](https://quay.io/repository/xsteadfastx/jitsiexporter/status "Docker Repository on Quay")](https://quay.io/repository/xsteadfastx/jitsiexporter) +[![Build Status](https://ci.xsfx.dev/api/badges/prometheus/jitsiexporter/status.svg)](https://ci.xsfx.dev/prometheus/jitsiexporter) A Jitsi meet prometheus exporter.