Skip to content

Commit

Permalink
[chore] : build script 문법 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Aug 27, 2023
1 parent 61cfe88 commit 68c4eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 68c4eb5

Please sign in to comment.