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 Aug 25, 2023
1 parent 8238852 commit 0fa2611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The application uses [`DefaultAzureCredential`](https://pkg.go.dev/github.com/Az
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/azure-exporter:04cd045ccbd3a51c301658d3fcb5c3abe6657620
ghcr.io/dazwilkin/azure-exporter:82388525d6d9d91230a3e27ea0ee65522773b6fc
```

## Go
Expand Down Expand Up @@ -113,7 +113,7 @@ podman run \
--env=AZURE_CLIENT_CERTIFICATE_PATH=/secrets/azure-exporter.key+crt \
--volume=${AZURE_CLIENT_CERTIFICATE_PATH}:/secrets/azure-exporter.key+crt \
--publish=${PORT}:${PORT}/tcp \
ghcr.io/dazwilkin/azure-exporter:04cd045ccbd3a51c301658d3fcb5c3abe6657620 \
ghcr.io/dazwilkin/azure-exporter:82388525d6d9d91230a3e27ea0ee65522773b6fc \
--endpoint=0.0.0.0:${PORT} \
--path="/metrics"
```
Expand Down Expand Up @@ -152,7 +152,7 @@ groups:
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/azure-exporter:04cd045ccbd3a51c301658d3fcb5c3abe6657620
ghcr.io/dazwilkin/azure-exporter:82388525d6d9d91230a3e27ea0ee65522773b6fc
```

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

0 comments on commit 0fa2611

Please sign in to comment.