ping-monitoring

A prometheus exporter to monitor matrix federation with using the existing pingbot infra.
git clone git://archive.git.mtrnord.blog/MTRNord/ping-monitoring.git
Log | Files | Refs | LICENSE

commit 5f5bd9a87e85d1b9a7da032922d9168ead3d14a5
parent c24ca113c721fef19ac0b221a30a98ef47f9dcb1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Feb 2024 22:42:01 +0100

Ensure the build step has a build id

Diffstat:
M.github/workflows/build_docker.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml @@ -63,6 +63,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v5 + id: build with: context: . platforms: ${{ matrix.platform }}