aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-16 22:38:34 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-16 22:38:34 +0100
commiteb65eb5f114ad19418970e39a762cb17385bcb0a (patch)
tree4c78ba0461f4cac42357767fa71786340b897622
parentShow container list after build (diff)
Show image list after build
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 68c08e9..0315d7c 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -52,7 +52,7 @@ jobs:
tags: ghcr.io/python-discord/snekbox-base:latest
- name: Show Containers
- run: docker container ls -a
+ run: docker image ls
# - name: Build venv image
# uses: docker/build-push-action@v2