fix: use correct image.tar name

This commit is contained in:
Jose Diaz-Gonzalez
2023-01-21 16:19:52 -05:00
parent 7cb1a20dc6
commit 4e98e17c4f

View File

@@ -200,7 +200,7 @@ teardown() {
echo "status: $status"
assert_success
run /bin/bash -c "docker image save -o /tmp/image-2.tar gliderlabs/logspout:v3.2.13"
run /bin/bash -c "docker image save -o /tmp/image.tar gliderlabs/logspout:v3.2.13"
echo "output: $output"
echo "status: $status"
assert_success