diff options
author | 2020-11-17 20:02:43 +0100 | |
---|---|---|
committer | 2020-11-17 20:02:43 +0100 | |
commit | c2a0fcd088ffbf3997e0de7c85e3fb1da1d7d191 (patch) | |
tree | 5d6793183b6239b4dbe84d3fec4bc264cc8350af | |
parent | Specify destination of cache for venv correctly (diff) |
Remove show images step from workflow
-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 \ |