From 5f3f11061e0b5a931683b190c4a031f7513a6084 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 1 Aug 2023 16:54:18 +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 96dd032..08ed973 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:5ec039f45a7abaea1e69df16fe703e88990b1d7b ++ ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108 ## 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:5ec039f45a7abaea1e69df16fe703e88990b1d7b \ +ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108 \ --consul=localhost:8500 \ --project_ids=${PROJECT} ``` diff --git a/docker-compose.yml b/docker-compose.yml index 0a1212c..d75faa4 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:5ec039f45a7abaea1e69df16fe703e88990b1d7b + image: ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108 container_name: discoverer command: - --consul=consul:8500