VK6RG / hello-world-actions

https://lab.github.com/githubtraining/a-hello-world-workflow
0 stars 0 forks source link

Create Dockerfile #2

Closed VK6RG closed 5 years ago

github-learning-lab[bot] commented 5 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.

VK6RG commented 5 years ago

learning