diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index e5cf66af95f..169e32aacd7 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -10,6 +10,7 @@ script="${args[0]}" test="$1" docker images ansible/ansible +docker images quay.io/ansible/* docker ps for container in $(docker ps --format '{{.Image}} {{.ID}}' | grep -v '^drydock/' | sed 's/^.* //'); do