Skip to content

Commit

Permalink
feat: 사용하지 않는 도커 이미지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Dec 14, 2024
1 parent f9cc4a2 commit 0530c62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ jobs:

- name: Docker run
run: sudo docker run -d -p 8080:8080 -e SPRING_PROFILES_ACTIVE=dev -v log-volume:/app/logs --name haengdong-backend ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_IMAGE_BE_DEV }}

- name: Docker image delete
run: sudo docker image prune

0 comments on commit 0530c62

Please sign in to comment.