We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3a07f commit 2b1b2a4Copy full SHA for 2b1b2a4
.github/workflows/main.yml
@@ -59,8 +59,7 @@ jobs:
59
# Pull Unity image and Build project using Unity Builder
60
- name: Build project
61
run: |
62
- docker rmi $(docker images -q)
63
- docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0
+ docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0 # Ensure the latest image is pulled
64
docker run --rm \
65
-v $GITHUB_WORKSPACE:/workspace \
66
-e UNITY_LICENSE=$UNITY_LICENSE \
0 commit comments