Skip to content

Commit

Permalink
Fix github deploy workflow: no image prune prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertRoks committed Nov 7, 2024
1 parent 12f452e commit c3402b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
docker compose build
docker compose down
docker compose up --build -d
docker image prune
docker image prune -f

0 comments on commit c3402b3

Please sign in to comment.