diff --git a/.github/workflows/ide-integration-tests.yml b/.github/workflows/ide-integration-tests.yml index 97d80aca45224e..a1adda3a3a6167 100644 --- a/.github/workflows/ide-integration-tests.yml +++ b/.github/workflows/ide-integration-tests.yml @@ -214,6 +214,9 @@ jobs: needs: [configuration, infrastructure, check] if: github.event.inputs.skip_delete != 'true' && always() runs-on: ubuntu-latest + container: + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181 + options: --user root steps: - uses: actions/checkout@v4 - name: Setup Environment diff --git a/.github/workflows/preview-env-check-regressions.yml b/.github/workflows/preview-env-check-regressions.yml index adbd902ac7e90d..b5c16627686fb0 100644 --- a/.github/workflows/preview-env-check-regressions.yml +++ b/.github/workflows/preview-env-check-regressions.yml @@ -169,6 +169,9 @@ jobs: needs: [configuration, infrastructure, check] if: always() runs-on: ubuntu-latest + container: + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181 + options: --user root steps: - uses: actions/checkout@v4 - name: Setup Environment diff --git a/.github/workflows/preview-env-gc.yml b/.github/workflows/preview-env-gc.yml index 0645b719be86b7..e4197644f5ef7e 100644 --- a/.github/workflows/preview-env-gc.yml +++ b/.github/workflows/preview-env-gc.yml @@ -42,6 +42,9 @@ jobs: name: "Delete preview environment" needs: [stale] runs-on: ubuntu-latest + container: + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181 + options: --user root if: ${{ needs.stale.outputs.count > 0 }} strategy: fail-fast: false diff --git a/.github/workflows/workspace-integration-tests.yml b/.github/workflows/workspace-integration-tests.yml index 340dfb271b78cb..35e8a9b3027dcd 100644 --- a/.github/workflows/workspace-integration-tests.yml +++ b/.github/workflows/workspace-integration-tests.yml @@ -181,6 +181,9 @@ jobs: needs: [configuration, infrastructure, check] if: inputs.skip_delete != 'true' && always() runs-on: ubuntu-latest + container: + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181 + options: --user root steps: - uses: actions/checkout@v4 - name: Setup Environment