From 61fa3cd7d4a8456c8337f781f13f73c21d2bb516 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Mon, 27 Jan 2025 10:30:28 +0100 Subject: [PATCH] test 16 --- .gitea/workflows/checkReferenceType.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/checkReferenceType.yaml b/.gitea/workflows/checkReferenceType.yaml index 41a9582..8fcdb42 100644 --- a/.gitea/workflows/checkReferenceType.yaml +++ b/.gitea/workflows/checkReferenceType.yaml @@ -14,7 +14,8 @@ jobs: services: # Label used to access the service container mydb: - image: postgres:latest + image: postgres:latest + hostname: mydb env: POSTGRES_USER: alice POSTGRES_PASSWORD: iEx4Vj7zBb6 @@ -23,8 +24,6 @@ jobs: # - 5432:5432 options: | --health-cmd pg_isready - --container_name mydb - --hostname mydb --health-interval 10s --health-timeout 5s --health-retries 5