Skip to content

Commit

Permalink
Chore: Docker hub 로그인시 password 키값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
abc5259 committed Jul 23, 2024
1 parent d39fb36 commit 8cbf301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: API 서버 Docker 이미지 생성
run: docker build -t dnd-server .
Expand Down

0 comments on commit 8cbf301

Please sign in to comment.