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 961440cb215fdfd91f33c5663237ed30400c47dc
parent 5db817446556f1619e74cc1a7051764985b4ee07
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Feb 2024 22:04:51 +0100

prevent push?

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

diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml @@ -20,7 +20,6 @@ jobs: matrix: platform: - linux/amd64 - - linux/arm/v6 - linux/arm/v7 - linux/arm64 steps: @@ -63,7 +62,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true + outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=false,name-canonical=true,push=false platforms: ${{ matrix.platform }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}