@@ -105,7 +105,7 @@ jobs:
105
105
cancel-in-progress : ${{ needs.configuration.outputs.is_main_branch == 'false' }}
106
106
runs-on : ${{ needs.create-runner.outputs.label }}
107
107
container :
108
- image : eu.gcr.io/gitpod-core- dev/dev/dev-environment:main- gha.30393
108
+ image : eu.gcr.io/gitpod-dev-artifact /dev/dev-environment:clu-upgrade-leeway- gha.32148
109
109
steps :
110
110
- uses : actions/checkout@v4
111
111
- name : Setup Environment
@@ -172,7 +172,7 @@ jobs:
172
172
ports :
173
173
- 6379:6379
174
174
container :
175
- image : eu.gcr.io/gitpod-core- dev/dev/dev-environment:main- gha.30393
175
+ image : eu.gcr.io/gitpod-dev-artifact /dev/dev-environment:clu-upgrade-leeway- gha.32148
176
176
env :
177
177
DB_HOST : " mysql"
178
178
DB_PORT : " 23306"
@@ -318,7 +318,7 @@ jobs:
318
318
- create-runner
319
319
runs-on : ${{ needs.create-runner.outputs.label }}
320
320
container :
321
- image : eu.gcr.io/gitpod-core- dev/dev/dev-environment:main- gha.30393
321
+ image : eu.gcr.io/gitpod-dev-artifact /dev/dev-environment:clu-upgrade-leeway- gha.32148
322
322
steps :
323
323
- uses : actions/checkout@v4
324
324
- name : Setup Environment
@@ -458,7 +458,7 @@ jobs:
458
458
- create-runner
459
459
runs-on : ${{ needs.create-runner.outputs.label }}
460
460
container :
461
- image : eu.gcr.io/gitpod-core- dev/dev/dev-environment:main- gha.30393
461
+ image : eu.gcr.io/gitpod-dev-artifact /dev/dev-environment:clu-upgrade-leeway- gha.32148
462
462
if : needs.configuration.outputs.with_integration_tests != ''
463
463
concurrency :
464
464
group : ${{ needs.configuration.outputs.preview_name }}-integration-test
0 commit comments