Skip to content

Commit

Permalink
fix: yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Mar 6, 2024
1 parent 1a9ab1a commit 634a684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Docker 준비(4/4) - 레지스트리 로그인
uses: docker/login-action@v2
with:
username: admin
registry: ${{ secrets.HARBOR_REGISTRY }}
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: env 파일 생성
run: |
Expand Down

0 comments on commit 634a684

Please sign in to comment.