Use extbuilder-pg16 image for check-sql-snapshots otherwise it fails with actions/checkout@v4.1.1 https://github.com/citusdata/citus/actions/runs/6667127686/job/18120004934?pr=7284

gokhangulbiz/gha-checkout-version-bump
Gokhan Gulbiz 2023-10-27 15:37:07 +03:00
parent 504a18a6b0
commit 5c86cd2bcb
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
needs: params
runs-on: ubuntu-20.04
container:
image: ${{ needs.params.outputs.build_image_name }}:latest
image: "${{ needs.params.outputs.build_image_name }}:${{ needs.params.outputs.pg16_version }}${{ needs.params.outputs.image_suffix }}"
options: --user root
steps:
- uses: actions/checkout@v4