Skip to content

Commit 2cccd1e

Browse files
authored
Cache async-gateway builder image (#2058)
1 parent 4b487f2 commit 2cccd1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/registry.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ elif [ "$cmd" = "update" ]; then
236236
if [[ " ${images_to_build[@]} " =~ " request-monitor " ]]; then
237237
cache_builder request-monitor
238238
fi
239+
if [[ " ${images_to_build[@]} " =~ " async-gateway " ]]; then
240+
cache_builder async-gateway
241+
fi
239242

240243
if command -v parallel &> /dev/null && [ -n "${NUM_BUILD_PROCS+set}" ] && [ "$NUM_BUILD_PROCS" != "1" ]; then
241244
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[@]}"

0 commit comments

Comments
 (0)