Skip to content

Commit

Permalink
fix: 디버깅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 1, 2024
1 parent 58d3bc7 commit a4e7a44
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
chmod +x ./gradlew
./gradlew build -x test
- name: List files for debugging
run: |
echo "Root Directory:"
ls -la
echo ".github Directory:"
ls -la .github
echo ".github/workflows Directory:"
ls -la .github/workflows
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand All @@ -49,7 +58,7 @@ jobs:
- name: Docker build & push
uses: docker/build-push-action@v6
with:
context: ./.github/workflows
context: .
file: ./.github/workflows/Dockerfile
push: true
platforms: linux/amd64
Expand Down

0 comments on commit a4e7a44

Please sign in to comment.