You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Docker Hub's automated builds are now locked behind a $60/year plan creating a script to check for new godot releases everyday would help keep this project up to date with minimal manual intervention.
Workflow:
Check for a new godot release everyday.
If a new release is available build the docker image with the GODOT_ENV variable updated.
Commit a new tag and create a new GitHub release in this repository.
The text was updated successfully, but these errors were encountered:
The action workflow can publish the latest Docker image to DockerHub, using an access token you create through your DockerHub account.
I think it shouldn't cost anything (other than time), but I imagine there are limits. I did this with wercker pipelines, fairly recently (not a fan of their config setup, as it's not all in code).
Since Docker Hub's automated builds are now locked behind a $60/year plan creating a script to check for new godot releases everyday would help keep this project up to date with minimal manual intervention.
Workflow:
The text was updated successfully, but these errors were encountered: