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