mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
ci: list preloaded docker images
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5e11b373bf
commit
94e0a28d6a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/virtual-env.yml
vendored
3
.github/workflows/virtual-env.yml
vendored
|
@ -31,6 +31,9 @@ jobs:
|
|||
-
|
||||
name: containerd version
|
||||
run: containerd --version
|
||||
-
|
||||
name: Docker images
|
||||
run: docker image ls
|
||||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
|
|
Loading…
Reference in a new issue