Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Jan 22, 2025
1 parent b1785b5 commit 178d730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 178d730

Please sign in to comment.