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 Jan 18, 2024
1 parent 895d112 commit b86d467
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 \
--interactive \
--tty \
--publish=${PORT}:${PORT} \
ghcr.io/dazwilkin/linode-exporter:c493e9a117f97b66c7468d795da0744b78c60c02 \
ghcr.io/dazwilkin/linode-exporter:895d11270767e2db798c79d809d25fd9249d39f0 \
--linode_token=${LINODE_TOKEN}
```

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b86d467

Please sign in to comment.