From eb65eb5f114ad19418970e39a762cb17385bcb0a Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Mon, 16 Nov 2020 22:38:34 +0100 Subject: Show image list after build --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3