How can I build/push docker images from a custom docker image in a github workfow
I am using a custom docker image to run a github workflow, whose ultimate purpose is to build and push an image to a GCR. I am using a custom image because the build process needs a lot of prerequisites installed. I want to speed up the CI workflow and I want the Dockerfile to act as a manifest for what the build environment needs.