Describe the bug
Docker builds are attempted on all commits, including pull requests. We shouldn’t build images (or at least we shouldn’t attempt to push them) from sources outside the org.
To Reproduce
Receive pull request
Build fails (due to invalid tag)
Expected behavior
Docker build continues (to confirm validity of the build) but does not attempt to push to hub.
Describe the bug Docker builds are attempted on all commits, including pull requests. We shouldn’t build images (or at least we shouldn’t attempt to push them) from sources outside the org.
To Reproduce
Expected behavior Docker build continues (to confirm validity of the build) but does not attempt to push to hub.