Update testbed version

This commit is contained in:
Tim Byrne 2020-12-29 16:50:03 -06:00
parent f363b4b29f
commit d0b0e3afa8
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ jobs:
run: >-
docker run -t --rm
-v "$PWD:/yadm:ro"
yadm/testbed:2020-12-21
yadm/testbed:2020-12-29

View File

@ -1,5 +1,5 @@
PYTESTS = $(wildcard test/test_*.py)
IMAGE = yadm/testbed:2020-12-21
IMAGE = yadm/testbed:2020-12-29
.PHONY: all
all: