Skip to content

Commit

Permalink
hotfix: 로그인 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehs208 committed Sep 23, 2024
1 parent 1bc78c2 commit 9281b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Docker build & push to dev
if: contains(github.ref, 'develop')
run: |
docker login ghcr.io -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_USERNAME }}/xcellent-be .
docker push ${{ secrets.DOCKER_USERNAME }}/xcellent-be
Expand Down

0 comments on commit 9281b01

Please sign in to comment.