ahervias77 / flask-website

Dockerized version of my website running on Flask
0 stars 0 forks source link

Docker Hub automated builds not triggering by tag after GitHub account name change #8

Closed ahervias77 closed 4 years ago

ahervias77 commented 4 years ago

Maybe it is time to do this in GitHub actions and do security testing during the build process?

ahervias77 commented 4 years ago

Automated builds now work again. The source version number regex in Docker Hub was wrong. This is the correct expression:

/^v([0-9.]+)$/