Add debugging step to list directory contents during build process
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 43s

This commit is contained in:
Florian Weber 2025-06-24 11:55:36 +02:00
parent d10ee55092
commit f78979c6e2
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -24,6 +24,11 @@ jobs:
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
path: homebrewery path: homebrewery
- name: Debugging clones
run: |
ls -la .
ls -la homebrewery
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: