Skip to content

Commit

Permalink
#9 [feat] CD 워크플로우 환경 변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jan 2, 2024
1 parent 3a3bf51 commit 0fbfb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PROD-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: login docker hub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_SECRET }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_SECRET }}

- name: docker image 빌드 및 푸시
run: |
Expand Down

0 comments on commit 0fbfb07

Please sign in to comment.