Skip to content

Commit

Permalink
ci: replace theia docker images that do not exist anymore (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbali256 authored Nov 1, 2021
1 parent 70445dd commit ac5cb3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ jobs:
needs: alpine-VSIX
strategy:
matrix:
theia: ["theiaide/theia", "theiaide/theia:next"]
theia: ["quay.io/zowe-explorer/theia:1.18.0"]
# theiaide images not supported anymore, replaced with a quay mirror until there is something official again. See also https://github.com/theia-ide/theia-apps/issues/496
container:
image: ${{ matrix.theia }}
options: --user root
Expand Down

0 comments on commit ac5cb3d

Please sign in to comment.