memphis-iis / mofacts

8 stars 1 forks source link

add autobuild to staging #1502

Closed JRustyHaner closed 2 months ago

JRustyHaner commented 2 months ago

This adds an automated build script that:

tags the branch
creates a release for that tag
builds the docker image
tags the docker image with the branch name
pushes the docker image to docker hub

You can check which release and branch is running in console by running the command Session.get('versionInfo');