Modmail icon indicating copy to clipboard operation
Modmail copied to clipboard

Add a workflow to push to Docker hub on release

Open ChrisLovering opened this issue 4 years ago • 0 comments

This pushes an image to dockerhub with the tags latest, a short git sha, and the tag of the release.

The trigger for this workflow is when a release is marked as released.

This workflows requires two secrets to be made available to the repo:

  • DOCKERHUB_USERNAME the username to login as
  • DOCKERHUB_TOKEN a personal access token with access to the modmail image

ChrisLovering avatar Sep 13 '21 15:09 ChrisLovering