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
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 43s
This commit is contained in:
parent
d10ee55092
commit
f78979c6e2
@ -24,6 +24,11 @@ jobs:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
path: homebrewery
|
||||
|
||||
- name: Debugging clones
|
||||
run: |
|
||||
ls -la .
|
||||
ls -la homebrewery
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user