# Forgejo runner config. The important bit is valid_volumes: it whitelists the # named Docker volumes the build-apk workflow mounts as persistent caches # (Android SDK/NDK, Gradle home, npm cache). Without these listed, the runner # rejects the workflow's `volumes:` and the job fails. container: valid_volumes: - camptickets-android-sdk - camptickets-gradle - camptickets-npm