evolvingweb / sitediff

SiteDiff makes it easy to see differences between two versions of a website.
http://sitediff.io
GNU General Public License v2.0
229 stars 48 forks source link

Fix Github action to build and push Docker image. #193

Closed robert-ngo closed 4 months ago

robert-ngo commented 4 months ago

This PR is to revise Github Action to build and push Docker image. This Github Action is triggered only on new tag which follows semantic version number, ie. v1.2.9. It will create a new Docker image evolvingweb/sitediff and push this image to Docker hub.