Publish#
Having reached this phase, the private build
of the image successfully passed all the tests and is ready for publishing to the public quay repo. The Publish
github action tags the private build
with the build time and size (which you can see in the Size_and_time
action), then pushes the iamge to the public quay repo.
Actions Code#
make publish
#
This is the Makefile code containing the command publish
which the Publish
action calls (see line 394 in the above image).