-
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Attempting to use the last LTS version 2022.3.44f1 is failing because the docker image does not exists.
How to reproduce
- Create a project with an editor version 2022.3.44f1
- setup github action with a build
- name: Build project
uses: game-ci/unity-builder@v4You get this error:
Unable to find image 'unityci/editor:ubuntu-2022.3.44f1-webgl-3' locally
docker: Error response from daemon: manifest for unityci/editor:ubuntu-2022.3.44f1-webgl-3 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Expected behavior
Build success
Additional details
I checked https://game.ci/docs/docker/versions/ and the last version available is editor-ubuntu-2022.3.42f1-webgl-3.1.0
My version is tagged LTS: https://unity.com/releases/editor/archive
RevenantX, Nyanfall, PathogenDavid, phantom-juho, GoatHunter and 3 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working