Skip to content

Commit 3f01ce9

Browse files
authored
Create README.md in python-builder folder (#7054)
1 parent 57cdb12 commit 3f01ce9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python-builder/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Summary
2+
3+
`seldonio/python-builder` image is used as container for [`V1 Python Lint`](.github/workflows/python_lint.yml) and [`V1 Python Tests`](.github/workflows/python_tests.yml) Github Workflows.
4+
5+
Also this image is used to build python package and push it to PyPi, see `run_python_builder` command from the [root Makefile](Makefile).
6+
7+
# How to push new image
8+
9+
You could either use `push_to_registry` command from the [Makefile](./Makefile) or you could:
10+
1. Run `gh workflow list` to get the id of the `Build & Push the Python Builder Image` workflow.
11+
2. Run `gh workflow run <ID> -f docker-tag=<DOCKERTAG> --ref <BRANCH FROM WHICH YOU'D LIKE TO RUN THE WORKGLOW>`

0 commit comments

Comments
 (0)