abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Install rsync in the container #76

Closed dzil123 closed 2 years ago

dzil123 commented 2 years ago

This would simplify the workflow file and speed up every deploy.

Calinou commented 2 years ago

This breaks the web deploy: https://github.com/abarichello/godot-ci/runs/5345904861?check_suite_focus=true

Is there a way to fix this, or should this commit be reverted?

dzil123 commented 2 years ago

Has the container been rebuilt with the new Dockerfile?

Calinou commented 2 years ago

Has the container been rebuilt with the new Dockerfile?

No, not yet. I don't know how to publish updated versions of this repository to the Docker Hub (and don't have time to look into right now).