Skip to content
Snippets Groups Projects

Added psql image

Merged Konrad Botor requested to merge kbotor/psql-image into develop
+ 3
1
@@ -212,7 +212,9 @@ build_psql_image:
psql_image_test:
stage: test
image: registry.gitlab.syncad.com/hive/common-ci-configuration/psql:14-1
image:
name: registry.gitlab.syncad.com/hive/common-ci-configuration/psql:14-1
entrypoint: [""]
services:
- postgres:14
variables:
Loading