Skip to content

Commit

Permalink
multiarch_image_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YashasviDevtron authored Jun 5, 2024
1 parent 9bdb22e commit 7bafab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multiarch_new (1).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bafab3

Please sign in to comment.