fix docker images command

This commit is contained in:
Brad Warren 2020-08-13 11:08:53 -07:00
parent 112e1e7ab9
commit f7eb5b79fc

View file

@ -8,7 +8,7 @@ jobs:
# We don't filter for the Docker Hub organization to continue to allow
# easy testing of these scripts on forks.
- bash: |
DOCKER_IMAGES=$(docker images --quiet --filter reference='*/dns-*' --filter reference='*/certbot')
DOCKER_IMAGES=$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}')
docker save --output docker_images.tar $DOCKER_IMAGES
displayName: Save the Docker images
# If the name of the tar file or artifact changes, the deploy stage will