Skip to content

Commit f9a24c5

Browse files
authored
Merge branch 'main' into scoped-var-appEnv-oss-ent
2 parents 8b726d1 + 69390cc commit f9a24c5

File tree

62 files changed

+1192
-2539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1192
-2539
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)