Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use docker/build-push-action default behavior
Instead of overriding the context and file we can allow the Action to fall back on its default behaviour of using the `git` context to pull the source needed to build the image. This also allows us to remove the actions/checkout Action from the `build` and `build-push-all` jobs.
- Loading branch information