From 7adbbf38037fc2532cfcff309f5f36916cbd8eb9 Mon Sep 17 00:00:00 2001 From: Dazhong Xia Date: Fri, 22 Dec 2023 11:28:32 -0500 Subject: [PATCH] Try logging out the actual docker image digest being run on VM --- .github/workflows/build-deploy-pudl.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-pudl.yml b/.github/workflows/build-deploy-pudl.yml index 0e77b840e1..d054bfdf77 100644 --- a/.github/workflows/build-deploy-pudl.yml +++ b/.github/workflows/build-deploy-pudl.yml @@ -142,7 +142,9 @@ jobs: # Start the VM - name: Start the deploy-pudl-vm - run: gcloud compute instances start "$GCE_INSTANCE" --zone="$GCE_INSTANCE_ZONE" + run: | + gcloud compute instances start "$GCE_INSTANCE" --zone="$GCE_INSTANCE_ZONE" + gcloud compute ssh "$GCE_INSTANCE" --zone="$GCE_INSTANCE_ZONE" -- "docker image ls catalyst-coop/pudl-etl --digests" - name: Post to a pudl-deployments channel id: slack