Drillster / drone-email

Drone plugin for sending email notifications
Apache License 2.0
44 stars 43 forks source link

upgrade from alpine linux 3.11 to 3.14 for newer SSL root certs (old … #55

Closed dballard closed 2 years ago

dballard commented 2 years ago

…certs were now expired for some lets encrypt certs)

for your convenience

addressing #54

mjwwit commented 2 years ago

Brilliant! I love issues that come with a solution at the press of a button. Thanks!

glaszig commented 2 years ago

can we get a new image on docker hub?

dballard commented 2 years ago

ah yeah docker hub recently disabled auto builds except for paid accounts so now you have to build yourself and push to update. we've been stung by this too... https://www.docker.com/blog/changes-to-docker-hub-autobuilds/

glaszig commented 2 years ago

i'm using this gh action: https://github.com/glaszig/drone-email/commit/abd9b76a7a53d7ed8b46f9899476d0e43d07fac1

dballard commented 2 years ago

oooh neat! thanks, may borrow :)

mjwwit commented 2 years ago

Crazy, I didn't even get a heads-up from Docker for this change... I'll look into a Github Actions setup later, for now I'll just push a new image manually. Thanks for letting me know!