Dopingus / cert-manager-webhook-dynu

Unofficial cert-manager webhook for dynu
Apache License 2.0
7 stars 7 forks source link

Pages build action not running #12

Closed davlloyd closed 1 year ago

davlloyd commented 1 year ago

I went to test the latest update but it failed with the RABC issue. This is because Helm updates are not getting published as the Pages Build and Deployment action has not run to publish the new Helm charts

anon-software commented 1 year ago

If you open the actions for Release Chart action, you will see a warning with a link explaining it in more detail. The bottom line is that they deprecated actions/checkout@v2 in favour of actions/checkout@v3. It may be worth trying that, but I don't have time for that now.

Dopingus commented 1 year ago

I'll check it out.

Dopingus commented 1 year ago

index.yaml is updated with 0.2.0 now. Sorry for the inconvenience. I setup branch protection for gh-pages branch and this prevented the Github Action from pushing updates to that branch after the new tag and release were created.