Skip to content

Commit abf89a9

Browse files
committed
temp : 디버그 코드 추가
1 parent 5535cf7 commit abf89a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
- name: Set up Docker Build
6767
uses: docker/setup-buildx-action@v3
6868

69+
- name: Debug paths
70+
run: |
71+
pwd
72+
ls -la
73+
find . -maxdepth 3 -iname 'Dockerfile' -print
74+
75+
6976
- name: Build and push
7077
uses: docker/build-push-action@v6
7178
with:

0 commit comments

Comments
 (0)