mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
Add workflow to build and push docker/compose-desktop-module image to Docker Hub on version tag push, used by Docker Desktop's update system to deliver the Compose CLI plugin. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
9 lines
103 B
JSON
9 lines
103 B
JSON
{
|
|
"version": 1,
|
|
"content": [
|
|
{
|
|
"type": "cli-plugin",
|
|
"name": "compose"
|
|
}
|
|
]
|
|
}
|