Closed pushyamig closed 1 year ago
The PR add a workflow where each commit to master we will have a Docker build via github action and final images are pushed to Github Container registry.
Openshift Pull these images from Github Container registry https://docs.openshift.com/container-platform/4.11/openshift_images/image-streams-manage.html#images-imagestream-import_image-streams-managing
Full working model is here (Note: The POC is not from this code since the push variable need to target to a branch instead of master
push
a branch
master
This branch has latest changes from master now
The PR add a workflow where each commit to master we will have a Docker build via github action and final images are pushed to Github Container registry.
Openshift Pull these images from Github Container registry https://docs.openshift.com/container-platform/4.11/openshift_images/image-streams-manage.html#images-imagestream-import_image-streams-managing
Full working model is here (Note: The POC is not from this code since the
push
variable need to target toa branch
instead ofmaster