Skip to content

Commit 1fe5b1e

Browse files
authored
Merge branch 'main' into app-gitopsconfig-migrate
2 parents cc36d74 + 962dbfe commit 1fe5b1e

File tree

60 files changed

+1085
-2532
lines changed

Some content is hidden

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

60 files changed

+1085
-2532
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)