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 6, 2024
1 parent 5cbf530 commit 65f398d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Consul discovery agent that enumerates Cloud Run services and registers them w

## Image

+ `ghcr.io/dazwilkin/consul-sd-cloudrun:1e96e021fca43e8925b3fb7509609797dcbd3007`
+ `ghcr.io/dazwilkin/consul-sd-cloudrun:5cbf530ff4537e55f2763d8599f19b53ddc5f7d7`

## [Sigstore](https://www.sigstore.dev/)

Expand All @@ -17,7 +17,7 @@ A Consul discovery agent that enumerates Cloud Run services and registers them w
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/consul-sd-cloudrun:1e96e021fca43e8925b3fb7509609797dcbd3007
ghcr.io/dazwilkin/consul-sd-cloudrun:5cbf530ff4537e55f2763d8599f19b53ddc5f7d7
```

> **NOTE** `cosign.pub` may be downloaded [here](./cosign.pub)
Expand Down Expand Up @@ -60,7 +60,7 @@ podman run \
--name=discoverer \
--volume=${HOME}/.config/gcloud/application_default_credentials.json:/secrets/adc.json \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/adc.json \
ghcr.io/dazwilkin/consul-sd-cloudrun:1e96e021fca43e8925b3fb7509609797dcbd3007 \
ghcr.io/dazwilkin/consul-sd-cloudrun:5cbf530ff4537e55f2763d8599f19b53ddc5f7d7 \
--consul=localhost:8500 \
--project_ids=${PROJECT}
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
discoverer:
restart: always
image: ghcr.io/dazwilkin/consul-sd-cloudrun:1e96e021fca43e8925b3fb7509609797dcbd3007
image: ghcr.io/dazwilkin/consul-sd-cloudrun:5cbf530ff4537e55f2763d8599f19b53ddc5f7d7
container_name: discoverer
command:
- --consul=consul:8500
Expand Down

0 comments on commit 65f398d

Please sign in to comment.