Skip to content

Commit 77e1051

Browse files
authored
cache
1 parent 89f0bc5 commit 77e1051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
106106
runs-on: ${{ needs.create-runner.outputs.label }}
107107
container:
108-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.32357
108+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:pd-update-leeway-gha.32387
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Setup Environment
@@ -172,7 +172,7 @@ jobs:
172172
ports:
173173
- 6379:6379
174174
container:
175-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.32357
175+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:pd-update-leeway-gha.32387
176176
env:
177177
DB_HOST: "mysql"
178178
DB_PORT: "23306"
@@ -318,7 +318,7 @@ jobs:
318318
- create-runner
319319
runs-on: ${{ needs.create-runner.outputs.label }}
320320
container:
321-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.32357
321+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:pd-update-leeway-gha.32387
322322
steps:
323323
- uses: actions/checkout@v4
324324
- name: Setup Environment
@@ -458,7 +458,7 @@ jobs:
458458
- create-runner
459459
runs-on: ${{ needs.create-runner.outputs.label }}
460460
container:
461-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.32357
461+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:pd-update-leeway-gha.32387
462462
if: needs.configuration.outputs.with_integration_tests != ''
463463
concurrency:
464464
group: ${{ needs.configuration.outputs.preview_name }}-integration-test

0 commit comments

Comments
 (0)