Skip to content

Commit

Permalink
chore: /big-brother
Browse files Browse the repository at this point in the history
  • Loading branch information
0702Yoon committed Aug 9, 2024
1 parent 01d76b1 commit ccb684f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# 3. Docker 이미지 빌드.
- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo:latest .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo:latest .

# 4. DockerHub 로그인
- name: docker login
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
# 1. 최신 이미지를 풀받는다.,
- name: docker pull
run: sudo docker pull ${{secrets.DOCERHUB_USERNAME}}/big-brother-demo
run: sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo

# 2. 기존의 컨테이너를 중지시킵니다.
- name: docker stop container
Expand Down

0 comments on commit ccb684f

Please sign in to comment.