mirror of https://github.com/citusdata/citus.git
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
parent
504a18a6b0
commit
5c86cd2bcb
|
@ -39,7 +39,7 @@ jobs:
|
||||||
needs: params
|
needs: params
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue