SonnyRR/BESL

Introduce NUKE build targets for building & publishing a Docker image to the GitHub image registry.

Closed this issue · 0 comments

Introduce two new NUKE Build Targets:

  1. Target that builds a Docker image.
  2. Target that pushes the Docker image to the GitHub image registry.

This way whenever a new feature/bug fix is merged into master a new image version will be available for download straight from the GitHub repository page.

Also in the future it could be extended to call a webhook which could deploy it to an Azure App service.