From ebffb6062d3b5f5944f9f7989a7b2f6173fa24c2 Mon Sep 17 00:00:00 2001 From: Rob Kilby Date: Mon, 26 Feb 2024 16:13:16 +0000 Subject: [PATCH] Enable pushing multiarch DB images --- hooks/post-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-command b/hooks/post-command index 209cd94..210d642 100755 --- a/hooks/post-command +++ b/hooks/post-command @@ -26,7 +26,7 @@ if [[ $ACTION == "push_image" ]];then if [[ "$HAS_DB_IMAGE" == "true" ]]; then echo "DB image" BK_BRANCH="database-$INITIAL_BK_BRANCH" - push_image --account_id $ACCOUNT_ID --app $APP --tag database --multiarch false + push_image --account_id $ACCOUNT_ID --app $APP --tag database --multiarch $MULTIARCH_IMAGE_PUSH fi fi fi