Skip to content
Snippets Groups Projects
Commit e6668138 authored by nimrod's avatar nimrod
Browse files

Improve warnings in docker-update.

parent 04804174
No related branches found
No related tags found
No related merge requests found
Pipeline #201 passed
......@@ -2,5 +2,5 @@
set -eu
for image in $(docker images --format '{{.Repository}}:{{.Tag}}')
do
docker pull "$image" || echo "Skipping..."
docker pull "$image" || echo "Failed to pull $image, skipping..." >&2
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment