mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
* Overwrite config settings with comments correctly Comments were either removed or broke the setting value due to incorrect formatting * Fix "webUIEnabled" env var name * Delete container only after receiving its logs Due to the "-rm" option when starting the container, it was immediately deleted after it was stopped. This prevented the workflow from getting the containers logs since it didn't exist anymore at this point of time and instead an error was raised * Print container logs in case of failure * Add a workflow step to test the container with passing env vars