Skip to content

Commit f4a9217

Browse files
committed
Attempt to remove common, large, unused docker images
1 parent 14a3038 commit f4a9217

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-frontend-e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ jobs:
4040
cache-dependency-path: ${{ env.LOCKFILE_PATH }}
4141

4242
- run: |
43-
echo Before npm ci
43+
echo df Before npm ci
4444
df -h
4545
docker image ls
4646
npm ci
4747
npx playwright install --with-deps
48+
docker rmi node:22 node:20 node:18
49+
echo df after rmi
50+
df -h
51+
docker image ls
4852
4953
- name: Start API Server for e2e tests
5054
run: |

0 commit comments

Comments
 (0)