Skip to content

Commit

Permalink
change to make image-push
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 11, 2024
1 parent d97bbbd commit c56eefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ if [ -n "$directoryPath" ]; then
fi

if (( usingBuildPush )); then
traverse_examples "make image"
traverse_examples "make image-push"
elif (( usingBuildPushExample )); then
cd "./$directoryPath" || exit
if ! make image; then
if ! make image-push; then
echo "Error: failed to run make image in $directoryPath" >&2
exit 1
fi
Expand Down

0 comments on commit c56eefd

Please sign in to comment.