3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2024-11-22 01:19:40 +01:00

ci: list preloaded docker images

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-11-10 12:04:28 +01:00
parent 5e11b373bf
commit 94e0a28d6a
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

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()