Problem Statement
Looking at the code of v3, docker is required on Linux runners but not required on Mac or Windows runners (those fall back to the npm install). However, ubuntu-slim does not have a docker server running on it. This type of action would be a perfect use case for ubuntu-slim runners. It seems that if the runner is Linux but Docker is unavailable, it should fallback to work the same way it works on Windows or Mac.
Solution Brainstorm
No response
Problem Statement
Looking at the code of v3, docker is required on Linux runners but not required on Mac or Windows runners (those fall back to the npm install). However, ubuntu-slim does not have a docker server running on it. This type of action would be a perfect use case for ubuntu-slim runners. It seems that if the runner is Linux but Docker is unavailable, it should fallback to work the same way it works on Windows or Mac.
Solution Brainstorm
No response