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