Skip to content

Commit

Permalink
fix: 배포 스크립트에서 도커 이미지 정리 코드 제거 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminkyeu authored Dec 24, 2024
1 parent c9687ca commit 5343acf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.api.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
if: always()
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.batch.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
if: always()
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.ranking.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
echo "restarting container..."
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
Expand Down

0 comments on commit 5343acf

Please sign in to comment.