-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 배포 스크립트에서 도커 이미지 정리 코드 제거 (#866)
- Loading branch information
1 parent
c9687ca
commit 5343acf
Showing
3 changed files
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|