Skip to content

Commit

Permalink
[DEPLOY]: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed Aug 13, 2024
1 parent 236b6ad commit 0c7805b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
runs-on: self-hosted

steps:
- name: docker login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
# 1. 최신 이미지를 풀받습니다
- name: docker pull
run: sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}
Expand Down

0 comments on commit 0c7805b

Please sign in to comment.