Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build agent image in cloud build (#724)
Previously, cloud build pulls an agent image that I manually uploaded to artifact registry. However, this will fail when we update dependencies (e.g., upgrade python packages) in PRs. This PR builds the image with the PR source code so that its agent image is always up-to-date.
- Loading branch information