Skip to content

Commit

Permalink
Merge branch 'openimsdk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao authored Dec 30, 2024
2 parents d091d5f + 7b02b4b commit 3c7a9bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
docker buildx build --platform linux/amd64,linux/arm64 \
--file "$dockerfile" \
"${tag_args[@]}" \
--push "$dir"
--push \
"."
else
echo "No valid Dockerfile found in $dir"
fi
Expand Down

0 comments on commit 3c7a9bd

Please sign in to comment.