[dd-ctl] Improve image pulling before building

Using this differently may have been triggering DockerHub rates
merge-requests/60/head
Evilham 2022-12-23 10:37:07 +01:00
parent ac789f8d6c
commit c7d172f916
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 2 additions and 1 deletions

3
dd-ctl
View File

@ -287,7 +287,8 @@ genpatches(){
build(){
build_compose
docker-compose build --pull
docker-compose pull --ignore-pull-failures --include-deps
docker-compose build
}
build_compose_develop(){