Summary
Add the ability to provide build secrets in `octue.yaml` to be used as build args in the deployers' docker build step. This allows us to remove manual `cloudbuild.yaml` files from some repositories, reducing manual work and repetition, and increasing deployment resilience.
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([329](https://github.com/octue/octue-sdk-python/pull/329))
Enhancements
- Add ability to provide build secrets in `octue.yaml`
- Require services to be specified under services key in `octue.yaml`
- Remove redundant passing of image URI template to deployers
Refactoring
- Rename `worker_machine_type` to `machine_type` in `octue.yaml`
<!--- END AUTOGENERATED NOTES --->