Skip to content

Commit 3584f07

Browse files
committed
Pain.
1 parent e5e0bf4 commit 3584f07

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
@@ -168,7 +168,11 @@ jobs:
168168

169169
- name: Save Docker Image
170170
id: save-docker-image
171-
run: docker save "ghcr.io/cross-rs/${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
171+
# TODO(ahuszagh) Remove the multiline
172+
run: |
173+
docker save "ghcr.io/cross-rs/${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
174+
file "${IMAGE}-main-${SUB}.tar"
175+
ls -la .
172176
env:
173177
IMAGE: ${{ matrix.image }}
174178
SUB: ${{ matrix.sub }}
@@ -281,6 +285,7 @@ jobs:
281285
pwd
282286
file "base.tar"
283287
ls -la .
288+
ls -la base.tar/
284289
docker load --input "base.tar"
285290
286291
- name: Build Docker image

0 commit comments

Comments
 (0)