diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19455b2..43b1a98 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ghcr.io/${{ github.actor }}/${{ github.repository }} + ghcr.io/${{ github.repository }} tags: | type=ref,event=branch type=ref,event=tag diff --git a/Makefile b/Makefile index d42c007..e30ac0f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO=CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go BIN=pingdom-exporter -IMAGE=jusbrasil/$(BIN) +IMAGE=monotek/$(BIN) DOCKER_BIN=docker TAG=$(shell git describe --tags) diff --git a/README.md b/README.md index e50a217..1a78751 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Pingdom Metrics Exporter for Prometheus +This is a for of: (https://github.com/camptocamp/prometheus-pingdom-exporter) + Prometheus exporter for uptime metrics exposed by the Pingdom API. ## Running