Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anys34 authored Aug 27, 2024
1 parent cc8cbb2 commit 976262d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
working-directory: ./server
run: ./gradlew bootjar

- name: List server directory contents
run: ls -la ./server # 이 단계에서 Dockerfile의 존재 여부를 확인

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

Expand Down

0 comments on commit 976262d

Please sign in to comment.