Skip to content

Commit

Permalink
hotfix: dockerhub 레포 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
l2yujw committed Dec 2, 2024
1 parent 11a422c commit 26801a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:

- name: Gradle 테스트
run: ./gradlew clean build

- name: JSON 삭제
run: rm src/resources/bottler-fcm.json

- name: Docker Hub 로그인
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down

0 comments on commit 26801a5

Please sign in to comment.