Debug
Some checks failed
Build, Push and Run Container / build (push) Failing after 2s

This commit is contained in:
2025-08-06 17:53:41 +02:00
parent 36deaca583
commit efbcbd0915

View File

@@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: which docker && docker --version
- run: which node && node --version || echo "node not found"
- name: Checkout source code
uses: actions/checkout@v4