We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f042970 commit 8ad9d36Copy full SHA for 8ad9d36
.github/workflows/mcp_images.yml
@@ -36,14 +36,14 @@ jobs:
36
cd $folder
37
docker buildx build --platform linux/amd64,linux/arm64 \
38
--tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:${{ github.event.client_payload.ref }} \
39
- --tag latest \
+ --tag ${{ secrets.DOCKER_NS }}/mcp-$foldername: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