Skip to content

Commit

Permalink
GitHub Actions update image references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 6, 2024
1 parent 2549b0e commit c191c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run \
--tty \
-e LINODE_TOKEN=${LINODE_TOKEN} \
--publish=${PORT}:${PORT} \
ghcr.io/dazwilkin/linode-exporter:88fd013b3d9a177563859978b1f895f1fd4bfb11
ghcr.io/dazwilkin/linode-exporter:2549b0e54c5f3c3ae85b01160b55c6e68274d2f9
```

The exporter's metrics endpoint will be available on `http://localhost:${PORT}/metrics`
Expand Down Expand Up @@ -125,7 +125,7 @@ Registered "Linode Exporter" on Prometheus Wiki's [Default Port Allocations](htt
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/linode-exporter:88fd013b3d9a177563859978b1f895f1fd4bfb11
ghcr.io/dazwilkin/linode-exporter:2549b0e54c5f3c3ae85b01160b55c6e68274d2f9
```

> **NOTE** `cosign.pub` may be downloaded from [here](./cosign.pub)
Expand Down

0 comments on commit c191c80

Please sign in to comment.