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

@@ -9,7 +9,8 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Detailed Debug Info - name: Detailed Debug Info
run: | run: |
# Check if we're in a container # Check if we're in a container
echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}" echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}"