QuestionQ3
Consume and troubleshoot workflowsAs a developer, you are using a Docker container action in your workflow. What must be in place for the action to run successfully?
- A The job env must be set to a Linux environment.
- B The action must be published to the GitHub Marketplace.
- C The referenced action must be hosted on Docker Hub.
- D The job runs-on must specify a Linux machine with Docker installed.
Community Discussion