Skip to content

Commit 801fef9

Browse files
committed
Add Docker Hub login to fix keychain authentication issue
1 parent a512cdd commit 801fef9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ jobs:
5555
run: |
5656
echo "${{ secrets.PROD_CONFIG }}" > .env.local
5757
58-
# 8. Docker 이미지 빌드
58+
# 8. Docker Hub 로그인
59+
- name: Docker Hub Login
60+
run: |
61+
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
62+
63+
# 9. Docker 이미지 빌드
5964
- name: Build Docker image
6065
id: build
6166
run: |

0 commit comments

Comments
 (0)