Publish Images
must be manually triggered from the Actions
tab.
Builds two base images, one for the builder image and one for the final production image.
# Dev/Builder Image
make build-dev
# Production Image
make build
To remove all artifacts created by build step:
make cleanup