From 65f398de8b58988b95e2e7a0d9e13088872ecdee Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Dec 2024 17:50:32 +0000 Subject: [PATCH] GitHub Actions update image references --- README.md | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 483ec95..a4464bd 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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) @@ -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} ``` diff --git a/docker-compose.yml b/docker-compose.yml index 0469ed5..ae579d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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