diff options
author | 2020-11-16 22:35:07 +0100 | |
---|---|---|
committer | 2020-11-16 22:35:07 +0100 | |
commit | 6436e1537651198a99c9c62ebf3e4bf77e88e4a9 (patch) | |
tree | e8b1077056ca51ecdfa7b4dd94694069a02aa15f | |
parent | Show container list after build (diff) |
Show container list after build
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a2fab33..68c08e9 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 -al + run: docker container ls -a # - name: Build venv image # uses: docker/build-push-action@v2 |