Skip to content

Commit

Permalink
Add debugging output for docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Jan 3, 2024
1 parent 0232121 commit 66d7f5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: inspect docker manifest right after pushing
run: docker inspect docker.io/catalystcoop/pudl-etl:${{ env.BUILD_REF}}

- id: "auth"
uses: "google-github-actions/auth@v2"
with:
Expand All @@ -99,6 +102,9 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2

- name: inspect docker manifest right before submitting Batch job
run: docker inspect docker.io/catalystcoop/pudl-etl:${{ env.BUILD_REF}}

# Deploy PUDL image to GCE
- name: Make GCP Batch config file
env:
Expand Down

0 comments on commit 66d7f5a

Please sign in to comment.