Skip to content

Commit 3c6be77

Browse files
committed
Add debug prints after docker meta step
1 parent 5969f9c commit 3c6be77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
uses: crazy-max/ghaction-docker-meta@v1
6666
with:
6767
images: nbraun/dask-sql-cloud
68+
- name: Check images_2
69+
run: |
70+
df -h
71+
docker image ls
72+
docker image inspect ${{ steps.docker_meta_main.outputs.tags }}
6873
- name: Build and push cloud image
6974
uses: docker/build-push-action@v2
7075
with:

0 commit comments

Comments
 (0)