aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 20:02:43 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 20:02:43 +0100
commitc2a0fcd088ffbf3997e0de7c85e3fb1da1d7d191 (patch)
tree5d6793183b6239b4dbe84d3fec4bc264cc8350af
parentSpecify destination of cache for venv correctly (diff)
Remove show images step from workflow
-rw-r--r--.github/workflows/lint-test.yaml3
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 \