Skip to content

Commit 3d3a07f

Browse files
committed
fix: remove previous images
1 parent d44249b commit 3d3a07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
# Pull Unity image and Build project using Unity Builder
6060
- name: Build project
6161
run: |
62+
docker rmi $(docker images -q)
6263
docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0
6364
docker run --rm \
6465
-v $GITHUB_WORKSPACE:/workspace \

0 commit comments

Comments
 (0)