tcardonne / docker-github-runner

Run GitHub Actions on self-hosted runner using Docker.
MIT License
297 stars 124 forks source link

New Release with updated Runner version #54

Open MGreif opened 9 months ago

MGreif commented 9 months ago

Hola,

the latest released docker image contains the Runner version 2.273.5. The latest official github-runner version is 2.311.0.

This causes some github actions to use older versions, that in turn use deprecated modules.

E.g: image

FYI: node12 is deprecated for a long time and latest versions of NextJS need to be build with node18+.

Cloning the repo and building it myself fixed the issue, tho it would be nice to just pull an updated version :)

I think scheduling an release workflow once a month could solve this issue :man_shrugging:

Regards, Mika