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 Dec 19, 2023
1 parent 6bf6e9f commit aadf9d1
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:ca0abf7543dcebe4d732d54fcb2d8840c69f6537 \
ghcr.io/dazwilkin/linode-exporter:6bf6e9f87370ed57a77554a4cc91caa6a9c1cab8 \
--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:ca0abf7543dcebe4d732d54fcb2d8840c69f6537
ghcr.io/dazwilkin/linode-exporter:6bf6e9f87370ed57a77554a4cc91caa6a9c1cab8
```

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

0 comments on commit aadf9d1

Please sign in to comment.