From b86d4673048a0dc2796c67ce9acc74c4f733750b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 18 Jan 2024 00:08:23 +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 72b0cb5..fc62a87 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker run \ --interactive \ --tty \ --publish=${PORT}:${PORT} \ -ghcr.io/dazwilkin/linode-exporter:c493e9a117f97b66c7468d795da0744b78c60c02 \ +ghcr.io/dazwilkin/linode-exporter:895d11270767e2db798c79d809d25fd9249d39f0 \ --linode_token=${LINODE_TOKEN} ``` @@ -124,7 +124,7 @@ Registered "Linode Exporter" on Prometheus Wiki's [Default Port Allocations](htt ```bash cosign verify \ --key=./cosign.pub \ -ghcr.io/dazwilkin/linode-exporter:c493e9a117f97b66c7468d795da0744b78c60c02 +ghcr.io/dazwilkin/linode-exporter:895d11270767e2db798c79d809d25fd9249d39f0 ``` > **NOTE** `cosign.pub` may be downloaded from [here](./cosign.pub)