We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f20eb commit 48ce7aeCopy full SHA for 48ce7ae
.github/workflows/mcp_images.yml
@@ -35,13 +35,13 @@ jobs:
35
if [ -f "$folder/pyproject.toml" ]; then
36
cd $folder
37
docker buildx build --platform linux/amd64,linux/arm64 \
38
- --tag dockerpublicbot/mcp-$foldername:${{ github.event.client_payload.release_tag }} \
+ --tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:${{ github.event.client_payload.release_tag }} \
39
--push .
40
cd $top_level_folder
41
else
42
foldername=$(basename $folder)
43
44
45
--file $folder/Dockerfile \
46
47
fi
0 commit comments