We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4db62 commit 437713dCopy full SHA for 437713d
.github/workflows/ci.yml
@@ -283,7 +283,10 @@ jobs:
283
id: build-docker-image
284
if: steps.prepare-meta.outputs.has-image
285
timeout-minutes: 120
286
- run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}"
+ # TODO(ahuszagh) Remove this multiline and docker images
287
+ run: |
288
+ docker images
289
+ cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}"
290
env:
291
TARGET: ${{ matrix.target }}
292
SUB: ${{ matrix.sub }}
0 commit comments