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 f19dffb commit 236b6ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ 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 236b6ad

Please sign in to comment.