Skip to content

Commit 8ad9d36

Browse files
committed
Use correct latest tag
1 parent f042970 commit 8ad9d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mcp_images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
cd $folder
3737
docker buildx build --platform linux/amd64,linux/arm64 \
3838
--tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:${{ github.event.client_payload.ref }} \
39-
--tag latest \
39+
--tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:latest \
4040
--push .
4141
cd $top_level_folder
4242
else
4343
foldername=$(basename $folder)
4444
docker buildx build --platform linux/amd64,linux/arm64 \
4545
--tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:${{ github.event.client_payload.ref }} \
46-
--tag latest \
46+
--tag ${{ secrets.DOCKER_NS }}/mcp-$foldername:latest \
4747
--file $folder/Dockerfile \
4848
--push .
4949
fi

0 commit comments

Comments
 (0)