From e74e3fdfaf14b37403347ac3fa8447e8753f66a1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Mar 2024 03:21:01 +0000 Subject: [PATCH] GitHub Actions update image references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c67c0c..ceee166 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker run \ --tty \ -e LINODE_TOKEN=${LINODE_TOKEN} \ --publish=${PORT}:${PORT} \ -ghcr.io/dazwilkin/linode-exporter:c7c3c54c6407091378238ae44bd65ef89cd311e5 +ghcr.io/dazwilkin/linode-exporter:6b42398c4007d1f2acb0bb5c4bb6e40a03ace044 ``` The exporter's metrics endpoint will be available on `http://localhost:${PORT}/metrics` @@ -123,7 +123,7 @@ Registered "Linode Exporter" on Prometheus Wiki's [Default Port Allocations](htt ```bash cosign verify \ --key=./cosign.pub \ -ghcr.io/dazwilkin/linode-exporter:c7c3c54c6407091378238ae44bd65ef89cd311e5 +ghcr.io/dazwilkin/linode-exporter:6b42398c4007d1f2acb0bb5c4bb6e40a03ace044 ``` > **NOTE** `cosign.pub` may be downloaded from [here](./cosign.pub)