File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
30
30
# If folder has pyproject.toml
31
31
if [ -f "$folder/pyproject.toml" ]; then
32
32
cd $folder
33
- docker buildx build --builder cloud-ai-labs
34
- --platform linux/amd64,linux/arm64
35
- --tag dockerpublicbot/mcp-$foldername:${{ github.event.client_payload.release_tag }}
36
- --push .
33
+ docker buildx build --builder cloud-ai-labs \
34
+ --platform linux/amd64,linux/arm64 \
35
+ --tag dockerpublicbot/mcp-$foldername:${{ github.event.client_payload.release_tag }} \
36
+ --push .
37
37
cd $top_level_folder
38
38
else
39
39
foldername=$(basename $folder)
40
- docker buildx build --builder cloud-ai-labs
41
- --platform linux/amd64,linux/arm64
42
- --tag dockerpublicbot/mcp-$foldername:${{ github.event.client_payload.release_tag }}
43
- --file $folder/Dockerfile
44
- --push .
40
+ docker buildx build --builder cloud-ai-labs \
41
+ --platform linux/amd64,linux/arm64 \
42
+ --tag dockerpublicbot/mcp-$foldername:${{ github.event.client_payload.release_tag }} \
43
+ --file $folder/Dockerfile \
44
+ --push .
45
45
fi
46
46
done
You can’t perform that action at this time.
0 commit comments