Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s

This commit is contained in:
2025-11-12 21:25:31 +00:00
parent d6fe459475
commit f1ba1e0792

View File

@@ -10,6 +10,7 @@ jobs:
- name: Detailed Debug Info
run: |
# Check if we're in a container
echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}"