diff --git a/README.md b/README.md index 9b08a88..8bbd465 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:5819d0040a97e5470dbc8134fe02acc13f792dd2 ++ ghcr.io/dazwilkin/consul-sd-cloudrun:3281646423f714c8be761abc94bd8d3eecfe25dc ## Run @@ -42,7 +42,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:5819d0040a97e5470dbc8134fe02acc13f792dd2 \ +ghcr.io/dazwilkin/consul-sd-cloudrun:3281646423f714c8be761abc94bd8d3eecfe25dc \ --consul=localhost:8500 \ --project_ids=${PROJECT} ``` diff --git a/docker-compose.yml b/docker-compose.yml index a83819e..06aeb0f 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:5819d0040a97e5470dbc8134fe02acc13f792dd2 + image: ghcr.io/dazwilkin/consul-sd-cloudrun:3281646423f714c8be761abc94bd8d3eecfe25dc container_name: discoverer command: - --consul=consul:8500