From 7bafab36547bdc63736a141d4470ec7f29a55ea7 Mon Sep 17 00:00:00 2001 From: Yashasvi17 <155513200+YashasviDevtron@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:16:56 +0530 Subject: [PATCH] multiarch_image_check.yaml --- .github/workflows/multiarch_new (1).yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multiarch_new (1).yaml b/.github/workflows/multiarch_new (1).yaml index a9b9c08db6e..c77c5c9b16f 100644 --- a/.github/workflows/multiarch_new (1).yaml +++ b/.github/workflows/multiarch_new (1).yaml @@ -39,7 +39,8 @@ jobs: get_image_arch() { local image="$1" local image_ref=$(echo $image | sed 's/:.*//') - # ignoring the check for 'inception', 'postgres' , 'postgres_exporter' and 'workflow-controller' images + + # skipping the check for 'inception', 'postgres' , 'postgres_exporter' and 'workflow-controller' images if [[ "$image_ref" == "inception" || "$image_ref" == "postgres" || "$image_ref" == "postgres_exporter" || "$image_ref" == "workflow-controller" ]]; then return fi