Skip to content

Commit

Permalink
Try logging out the actual docker image digest being run on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Dec 22, 2023
1 parent 3684c56 commit 7adbbf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7adbbf3

Please sign in to comment.