kciter / aws-ecr-action

This Action allows you to create Docker images and push into a ECR repository.
MIT License
146 stars 116 forks source link

Add docker file path input to python script #5

Closed dwight-biddle closed 4 years ago

dwight-biddle commented 4 years ago

Though the documentation shows the ability to take the path to the docker file as input, it seems that we never actually map it in the initial step

dwight-biddle commented 4 years ago

Never mind - realized I misunderstood how this works. Tried reproducing in docker and found the issue was that the subfolder needs to be in both the dockerfile parameter and the path parameter, e.g.

          dockerfile: ./subfolder/my.Dockerfile
          path: ./subfolder