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 be438fc commit 148d41fCopy full SHA for 148d41f
.github/workflows/docker.yml
@@ -348,7 +348,10 @@ jobs:
348
if: env.WORKFLOW_CREATE_COMPARISON == 'true'
349
continue-on-error: true
350
run: |
351
+ docker rm -f $(docker ps -a -q)
352
docker image prune -af
353
+ docker image rm -f registry
354
+ docker image rm -f moby/buildkit
355
docker image pull ${{ env.WORKFLOW_CREATE_COMPARISON_IMAGE }}
356
docker image pull ${{ env.WORKFLOW_CREATE_COMPARISON_FOREIGN_IMAGE }}
357
docker image ls &> ./docker.image.ls
0 commit comments