chore: Add debug step to investigate docker binary missing error
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 11s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 11s
This commit is contained in:
@@ -11,6 +11,14 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user