We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8908e commit c37df21Copy full SHA for c37df21
1 file changed
.github/workflows/bica-ci.yml
@@ -51,7 +51,7 @@ jobs:
51
mkdir -p ./backups
52
docker run --rm \
53
--network ci_network \
54
- -e DB_HOST=postgres \
+ -e DB_HOST=postgres-db \
55
-e DB_PORT=5432 \
56
-e DB_USER=testuser \
57
-e DB_PASSWORD=testpass \
0 commit comments