diff --git a/.github/workflows/pr-e2e.yml b/.github/workflows/pr-e2e.yml index 3f5d44c5e63..649d4e7cde9 100644 --- a/.github/workflows/pr-e2e.yml +++ b/.github/workflows/pr-e2e.yml @@ -68,7 +68,7 @@ jobs: needs: triage runs-on: ubuntu-latest name: Build images - container: ghcr.io/kedacore/keda-tools:1.21.9 + container: ghcr.io/kedacore/keda-tools:1.22.5 if: needs.triage.outputs.run-e2e == 'true' steps: - name: Set status in-progress @@ -148,7 +148,7 @@ jobs: needs: [triage, build-test-images] runs-on: e2e name: Execute e2e tests - container: ghcr.io/kedacore/keda-tools:1.21.9 + container: ghcr.io/kedacore/keda-tools:1.22.5 if: needs.triage.outputs.run-e2e == 'true' steps: - name: Set status in-progress