From 242b14489f410ef96fae392a5e7e78b3f2885ac2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Nov 2023 16:42:01 +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 386ad8d..9de3b29 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:2de19805b7b85deff28ee8e984a75c76e565790d ++ ghcr.io/dazwilkin/consul-sd-cloudrun:88e287880b1d5ad3d2ede585646fb75b411f97f3 ## 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:2de19805b7b85deff28ee8e984a75c76e565790d \ +ghcr.io/dazwilkin/consul-sd-cloudrun:88e287880b1d5ad3d2ede585646fb75b411f97f3 \ --consul=localhost:8500 \ --project_ids=${PROJECT} ``` diff --git a/docker-compose.yml b/docker-compose.yml index a9a54aa..177fb04 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:2de19805b7b85deff28ee8e984a75c76e565790d + image: ghcr.io/dazwilkin/consul-sd-cloudrun:88e287880b1d5ad3d2ede585646fb75b411f97f3 container_name: discoverer command: - --consul=consul:8500