Don't need to see all the images on the system

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-01-06 18:57:09 +00:00
parent 67d00f3b38
commit b723874623
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eux
docker build ./src --tag pihole:${GIT_TAG} --no-cache
docker images
docker images pihole:${GIT_TAG}
# auto-format the pytest code
python -m black ./test/tests/