Skip to content

Commit

Permalink
docker image ls added for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Jan 9, 2025
1 parent 5257aa7 commit 6648b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Load cached image
if: steps.cloud-provider-cache.outputs.cache-hit == 'true'
run: docker load < /tmp/cloud-provider-kind-image
run: |
docker load < /tmp/cloud-provider-kind-image
docker image ls
- name: Set up Docker Buildx
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 6648b9b

Please sign in to comment.