GitHub Action seeing dockerfile but no additional files or folders in the same location
Recently I was using the task docker/build-push-action@v2 to build and push docker image to Azure Container Registry, I encountered an error while using the task. The error specifically pointed to a failure referenced below: Upon investigation, I discovered that the issue was rooted in the absence of the ‘azure-vote’ folder in the same location as … Read more