Skip to content

Commit 6f12bb7

Browse files
authored
Merge pull request #206 from DguFarmSystem/feat/#205-cicd
[feat] #205 사용하지 않는 도커 이미지를 정리하도록 수정
2 parents 697c54d + da8df87 commit 6f12bb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
~/deploy.sh
9090

9191
echo "🧹 사용하지 않는 Docker 이미지 정리"
92-
docker image prune -f
92+
docker image prune -a -f

.github/workflows/prod-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
~/deploy.sh
9595
9696
echo "🧹 사용하지 않는 Docker 이미지 정리"
97-
docker image prune -f
97+
docker image prune -a -f

0 commit comments

Comments
 (0)