chore: Add debug step to investigate docker binary missing error
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 11s

This commit is contained in:
Cauê Faleiros
2026-02-03 15:28:07 -03:00
parent c3eacf9c5f
commit 3c258609d6

View File

@@ -11,6 +11,14 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Debug Environment
run: |
echo "User: $(whoami)"
echo "PWD: $(pwd)"
echo "LS /usr/bin/docker: $(ls -l /usr/bin/docker || echo 'Not Found')"
echo "Which Docker: $(which docker || echo 'Not Found in PATH')"
env
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: