🔥 3-day streak
GitHub Actions (GH-200)23 / 142
Question 23 of 142

You are authoring a Docker container action stored at the root of a repository. Your action.yml declares 'runs.using: docker' and needs to build the image from a Dockerfile located in the same directory as action.yml. You want GitHub to build the image at runtime from your source rather than pulling a pre-built image from a registry. Which 'image' value in action.yml achieves this?

Reviewed for accuracy · Report an issueNext question