You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
111
-
| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` |
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
114
-
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
115
-
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
116
-
| **`cwd`** | Current working directory | **false** | `$\{\{ github.workspace }}` |
117
-
| **`compose-version`** | Compose version to use. | **false** | - |
118
-
| | If null (default), it will use the current installed version. | | |
119
-
| | If "latest", it will install the latest version. | | |
120
-
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
121
-
| | Can be one of "debug", "info". | | |
122
-
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `$\{\{ github.token }}` |
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
111
+
| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` |
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
114
+
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
115
+
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
116
+
| **`cwd`** | Current working directory | **false** | `${{ github.workspace }}` |
117
+
| **`compose-version`** | Compose version to use. | **false** | - |
118
+
| | If null (default), it will use the current installed version. | | |
119
+
| | If "latest", it will install the latest version. | | |
120
+
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
121
+
| | Can be one of "debug", "info". | | |
122
+
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `${{ github.token }}` |
0 commit comments