Kelsey-GU / hello-github-actions

https://lab.github.com/githubtraining/github-actions:-hello-world
MIT License
0 stars 0 forks source link

Create DockerfileDockerfile #2

Open Kelsey-GU opened 3 years ago

Kelsey-GU commented 3 years ago

comment

github-learning-lab[bot] commented 3 years ago

The Dockerfile isn't where I expected. Here are some troubleshooting steps that might help.

Problem Solution
The file isn't called Dockerfile (case sensitive). Rename the file using the UI or your CLI.
The directory action-a doesn't exist. Create the action-a folder and move the Dockerfile to action-a.
The Dockerfile isn't inside the action-a folder. Move the Dockerfile to action-a.

When I detect your new commit, I'll respond in this pull request.