Skip to content

Commit 83707b0

Browse files
committed
chore: don't remove base images during purging
Should be in 206d310 commit. Part of #13
1 parent 18c2c9d commit 83707b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
docker compose down \
7777
--volumes \
7878
--remove-orphans \
79-
--rmi all
79+
--rmi local
8080
8181
- name: Save report
8282
if: failure()

0 commit comments

Comments
 (0)