AndrewPaglusch / FlashPaper

One-time encrypted password/secret sharing
MIT License
392 stars 62 forks source link

ci: adding workflow to build and push a docker image #68

Closed mattburchett closed 2 years ago

mattburchett commented 2 years ago

This replaces CI.yml with docker_publish.yml which does testing as well as building the image and pushing it to ghcr.io when merged to mainline.

mattburchett commented 2 years ago

@AndrewPaglusch This should build out ghcr.io/AndrewPaglusch/FlashPaper:latest (and also a tag when we tag one), but unfortunately can't test easily without merging. Hit me up and we'll do testing. :)