mirror of https://github.com/citusdata/citus.git
Update image suffix in build configuration for consistency
parent
347e0acc23
commit
6a23a81e15
|
@ -32,7 +32,7 @@ jobs:
|
||||||
style_checker_image_name: "ghcr.io/citusdata/stylechecker"
|
style_checker_image_name: "ghcr.io/citusdata/stylechecker"
|
||||||
style_checker_tools_version: "0.8.18"
|
style_checker_tools_version: "0.8.18"
|
||||||
sql_snapshot_pg_version: "17.4"
|
sql_snapshot_pg_version: "17.4"
|
||||||
image_suffix: "-dev-e010aae"
|
image_suffix: "-dev-e158f05"
|
||||||
pg15_version: '{ "major": "15", "full": "15.12" }'
|
pg15_version: '{ "major": "15", "full": "15.12" }'
|
||||||
pg16_version: '{ "major": "16", "full": "16.8" }'
|
pg16_version: '{ "major": "16", "full": "16.8" }'
|
||||||
pg17_version: '{ "major": "17", "full": "17.4" }'
|
pg17_version: '{ "major": "17", "full": "17.4" }'
|
||||||
|
|
Loading…
Reference in New Issue