momentum-mod/discord-bot

Build and Publish Docker image on push to net-core

Hona opened this issue · 0 comments

Hona commented

End goal is to publish to GitHub packages and pull from the remote registry.

  • Add GitHub Action to build the Dockerfile and publish to the GitHub registry - already done this on the website
  • Copy runDocker.sh to buildAndRunDocker.sh (same format as website workflow)
  • Update original runDocker.sh to pull the image from GitHub packages and run it.