Skip to content

Commit

Permalink
fix: docker-compose 이미지 삭제 부분 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhdkso authored Feb 10, 2025
1 parent 7717a3d commit d61aedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
script: |
cd dnd-12th-7-backend
sudo docker-compose down
sudo docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/${{env.DOCKER_IMAGE_NAME}}:latest
sudo docker-compose rm -f
sudo docker rmi ${{env.DOCKER_IMAGE_NAME}}:latest
sudo docker-compose up -d

0 comments on commit d61aedf

Please sign in to comment.