Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-01-27 07:03:10 +03: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()