Skip to content

Commit 2512e9e

Browse files
YashasviDevtronYashasvi Pareta
andauthored
chore: Skipping multiarch check for casbin and scoop image (#6304)
Co-authored-by: Yashasvi Pareta <[email protected]>
1 parent 01c7d03 commit 2512e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multiarch_new.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
local image="$1"
4242
local image_ref=$(echo $image | sed 's/:.*//')
4343
44-
# skipping the check for 'inception', 'postgres' , 'postgres_exporter' and 'workflow-controller' images
45-
if [[ "$image_ref" == "inception" || "$image_ref" == "postgres" || "$image_ref" == "postgres_exporter" || "$image_ref" == "workflow-controller" ]]; then
44+
# skipping the check for 'inception', 'postgres' , 'postgres_exporter', 'workflow-controller', 'casbin' and 'scoop' images
45+
if [[ "$image_ref" == "inception" || "$image_ref" == "postgres" || "$image_ref" == "postgres_exporter" || "$image_ref" == "workflow-controller" || "$image_ref" == "casbin" || "$image_ref" == "scoop" ]]; then
4646
return
4747
fi
4848

0 commit comments

Comments
 (0)