Skip to content

Commit 14eeeb0

Browse files
committed
Fix postgresql quay.io image name
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent ea9b8e5 commit 14eeeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
VERSION = os.getenv("VERSION")
1515
IMAGE_TAG = "15-c9s"
1616
PGSQL_IMAGE_TAG = f"postgresql:{IMAGE_TAG}"
17-
DEPLOYED_PGSQL_IMAGE = f"quay.io/sclorg/{PGSQL_IMAGE_TAG}"
17+
DEPLOYED_PGSQL_IMAGE = f"quay.io/sclorg/postgresql-{IMAGE_TAG}"
1818
TAGS = {
1919
"rhel8": "-ubi8",
2020
"rhel9": "-ubi9",

0 commit comments

Comments
 (0)