Fix container image name

pull/7154/head
Gokhan Gulbiz 2023-08-23 13:03:04 +03:00
parent ad18d5d3b5
commit e7d75f094a
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
name: Test flakyness name: Test flakyness
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ${{ vars.test_image_name }}:${{ vars.pg15_version }}${{ vars.image_suffix }} image: ${{ vars.fail_test_image_name }}:${{ vars.pg15_version }}${{ vars.image_suffix }}
options: --user root options: --user root
needs: needs:
[build, prepare_parallelization_matrix] [build, prepare_parallelization_matrix]