Skip to content

Commit bfd64c0

Browse files
committed
refactoring deploy.yml | Avoid filling when builds
1 parent c599e04 commit bfd64c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- name: Deploy with Docker
1616
run: |
1717
docker compose down
18-
docker compose up -d --build
18+
docker compose up -d --build
19+
docker image prune -f

0 commit comments

Comments
 (0)