add --ignore-buildable to pull
This commit is contained in:
parent
b2ef4c623d
commit
86fbc2c809
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ for dir in ./*/ ; do
|
||||||
done
|
done
|
||||||
|
|
||||||
for dir in ./*/ ; do
|
for dir in ./*/ ; do
|
||||||
(cd "$dir" && echo "[$dir]" && docker compose pull);
|
(cd "$dir" && echo "[$dir]" && docker compose pull --ignore-buildable);
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue