factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
888 stars 218 forks source link

bash script version watchdog #462

Closed KagurazakaNyaa closed 1 year ago

KagurazakaNyaa commented 1 year ago

Try to use bash script to implement factorio version check Before merging this PR, you need to create a token that can be written to this project at https://github.com/settings/personal-access-tokens/new and configure it into the REPO_TOKEN secret so that GitHub Action can trigger docker builds

ref #459

Fank commented 1 year ago

Added REPO_TOKEN

KagurazakaNyaa commented 1 year ago

Is there more that needs to be changed, and if not maybe consider merging?

Fank commented 1 year ago

@KagurazakaNyaa Thanks for adding an update solution via github actions, it looks like a very good option which is also more transparent then my solution before. The jobs are running for up to 20secs which looks good based on the free pipeline quota. Sadly i am not that familiar with the github actions, so i didn't remeber about the schedule option.

Thanks again for this PR, i think that will make a lot of people happy.