Skip to content

Commit

Permalink
Update qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok authored Mar 7, 2024
1 parent 6ffbd80 commit 8417ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Docker 준비(3/4) - buildx 설정
uses: docker/setup-buildx-action@v3
- name: Docker 준비(4/4) - 레지스트리 로그인
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ secrets.HARBOR_REGISTRY }}
username: ${{ secrets.HARBOR_USERNAME }}
Expand Down

0 comments on commit 8417ae2

Please sign in to comment.