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 68af1a8 commit 2ddd919Copy full SHA for 2ddd919
.github/workflows/main.yml
@@ -59,7 +59,7 @@ jobs:
59
# Pull Unity image and Build project using Unity Builder
60
- name: Build project
61
run: |
62
- docker pull unityci/editor # Ensure the latest image is pulled
+ docker pull unityci/editor:2022.3.10f1 # Ensure the correct image is pulled
63
docker run --rm \
64
-v $GITHUB_WORKSPACE:/workspace \
65
-e UNITY_LICENSE=$UNITY_LICENSE \
@@ -70,7 +70,7 @@ jobs:
70
-e BUILD_PATH=$BUILD_PATH \
71
-e BUILD_NAME=WebGL \
72
-e BUILD_TARGET=WebGL \
73
- unityci/editor /bin/bash -c "/workspace/entrypoint.sh"
+ unityci/editor:2022.3.10f1 /bin/bash -c "/workspace/entrypoint.sh"
74
env:
75
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
76
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
0 commit comments