From ff9785732dc04e974d00bf8f9706c92a3d812ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D1=8F=20=D0=91=D0=B8=D0=B7=D1=8E=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Tue, 17 Dec 2024 15:22:53 +0500 Subject: [PATCH] + --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index da4af6b..9f974f1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: # Label used to access the service container postgres: # Docker Hub image - image: postgres:15 + image: postgres # Provide the password for postgres env: POSTGRES_USER: postgres