Skip to content

Commit e5e0bf4

Browse files
committed
Add diagnostics.
1 parent d925f75 commit e5e0bf4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,12 @@ jobs:
276276
- name: Load Base Image
277277
id: load-docker-image
278278
if: steps.prepare-meta.outputs.has-image
279-
run: docker load --input "base.tar"
279+
# TODO(ahuszagh) Remove the multiline
280+
run: |
281+
pwd
282+
file "base.tar"
283+
ls -la .
284+
docker load --input "base.tar"
280285
281286
- name: Build Docker image
282287
id: build-docker-image

0 commit comments

Comments
 (0)