1
0
mirror of https://github.com/docker/build-push-action.git synced 2025-10-23 08:56:39 +08:00

Merge pull request #495 from crazy-max/images

ci: list preloaded docker images
This commit is contained in:
CrazyMax
2021-11-10 12:06:46 +01:00
committed by GitHub

View File

@@ -31,6 +31,9 @@ jobs:
-
name: containerd version
run: containerd --version
-
name: Docker images
run: docker image ls
-
name: Dump context
if: always()