diff options
-rw-r--r-- | .github/workflows/lint-test.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index aa1856a..d4cdca8 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -55,9 +55,6 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache tags: ghcr.io/python-discord/snekbox-venv:${{ steps.sha_tag.outputs.tag }} - - name: Show Containers - run: docker image ls - - name: Start Container run: "docker run \ --tty \ |