memphis-iis / mofacts

8 stars 1 forks source link

adds autobuild script to main #1501

Closed JRustyHaner closed 3 months ago

JRustyHaner commented 3 months ago

This adds an automated build script that:

  1. tags the branch
  2. creates a release for that tag
  3. builds the docker image
  4. tags the docker image with the branch name
  5. 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');