From eb98130e15f5f64b6e33b70980b14b24a44f9145 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Oct 2023 19:43:24 +0000 Subject: [PATCH] GitHub Actions update image references --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba8c09d..386ad8d 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:5ac276ccc013656d45553dcf75e57e567be74673 ++ ghcr.io/dazwilkin/consul-sd-cloudrun:2de19805b7b85deff28ee8e984a75c76e565790d ## 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:5ac276ccc013656d45553dcf75e57e567be74673 \ +ghcr.io/dazwilkin/consul-sd-cloudrun:2de19805b7b85deff28ee8e984a75c76e565790d \ --consul=localhost:8500 \ --project_ids=${PROJECT} ``` diff --git a/docker-compose.yml b/docker-compose.yml index 528c8f4..a9a54aa 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:5ac276ccc013656d45553dcf75e57e567be74673 + image: ghcr.io/dazwilkin/consul-sd-cloudrun:2de19805b7b85deff28ee8e984a75c76e565790d container_name: discoverer command: - --consul=consul:8500