From bc9a745db544c8ee0e27fcba80e6f951e8ffc8e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Oct 2023 19:34:45 +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 bfb09ab..33e4fb2 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:84fe6edbb0f09e52ea12edad14f6a0448a17567f ++ ghcr.io/dazwilkin/consul-sd-cloudrun:ee9d11f790bff7db9b22cf8de333fa7e1dc52d0c ## 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:84fe6edbb0f09e52ea12edad14f6a0448a17567f \ +ghcr.io/dazwilkin/consul-sd-cloudrun:ee9d11f790bff7db9b22cf8de333fa7e1dc52d0c \ --consul=localhost:8500 \ --project_ids=${PROJECT} ``` diff --git a/docker-compose.yml b/docker-compose.yml index fb65245..d2c5e06 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:84fe6edbb0f09e52ea12edad14f6a0448a17567f + image: ghcr.io/dazwilkin/consul-sd-cloudrun:ee9d11f790bff7db9b22cf8de333fa7e1dc52d0c container_name: discoverer command: - --consul=consul:8500