Closed
Description
Proposal
Related to #10291
@jimchamp is it possible to have a github action that checks if/when there is a change merged to https://github.com/internetarchive/openlibrary/blob/master/scripts/solr_builder/Dockerfile it automatically builds the docker image? (similar to our deploy flow)
docker build -t openlibrary/solr-builder:latest .
docker push openlibrary/solr-builder:latest
I think maybe in terms of prioritization, we should do this if/when we notice a PR that touches the solr_builder/Dockerfile
Breakdown
Requirements Checklist
- [ ]
Related files
Stakeholders
Instructions for Contributors
Please run these commands to ensure your repository is up to date before creating a new branch to work on this issue and each time after pushing code to Github, because the pre-commit bot may add commits to your PRs upstream.