├── .github └── workflows │ └── ci.yaml ├── LICENSE ├── README.md └── start └── action.yml /.github/workflows/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker/desktop-action/HEAD/.github/workflows/ci.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker/desktop-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker/desktop-action/HEAD/README.md -------------------------------------------------------------------------------- /start/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker/desktop-action/HEAD/start/action.yml --------------------------------------------------------------------------------