Skip to content

Commit

Permalink
test: docker hub login
Browse files Browse the repository at this point in the history
  • Loading branch information
EOTAEGYU committed Oct 11, 2024
1 parent d2e882a commit d3bad95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# 6. Docker Hub 로그인 (GitHub Secrets 사용)
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKERHUB_USERNAME }}:${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

# 7. Docker Hub에 이미지 푸시
- name: Push Docker image to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3bad95

Please sign in to comment.