File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ elif [ "$cmd" = "update" ]; then
251251 if [[ " ${images_to_build[@]} " =~ " async-gateway " ]]; then
252252 cache_builder async-gateway
253253 fi
254+ if [[ " ${images_to_build[@]} " =~ " enqueuer " ]]; then
255+ cache_builder enqueuer
256+ fi
257+ if [[ " ${images_to_build[@]} " =~ " controller-manager " ]]; then
258+ cache_builder controller-manager
259+ fi
254260
255261 if command -v parallel & > /dev/null && [ -n " ${NUM_BUILD_PROCS+set} " ] && [ " $NUM_BUILD_PROCS " != " 1" ]; then
256262 is_registry_logged_in=$is_registry_logged_in ROOT=$ROOT registry_push_url=$registry_push_url SHELL=$( type -p /bin/bash) parallel --will-cite --halt now,fail=1 --eta --jobs $NUM_BUILD_PROCS build_and_push " {}" ::: " ${images_to_build[@]} "
You can’t perform that action at this time.
0 commit comments