Update .gitea/workflows/dockerbuild.yml
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
+2 -1
View File
@@ -9,7 +9,8 @@ jobs:
- uses: actions/checkout@v5
- name: Detailed Debug Info
run: |
run: |
# Check if we're in a container
echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}"