Skip to content

Commit 437713d

Browse files
committed
List docker images.
1 parent 2e4db62 commit 437713d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ jobs:
283283
id: build-docker-image
284284
if: steps.prepare-meta.outputs.has-image
285285
timeout-minutes: 120
286-
run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}"
286+
# TODO(ahuszagh) Remove this multiline and docker images
287+
run: |
288+
docker images
289+
cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}"
287290
env:
288291
TARGET: ${{ matrix.target }}
289292
SUB: ${{ matrix.sub }}

0 commit comments

Comments
 (0)