Skip to content

Commit

Permalink
Fix repmgr docker image test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jan 2, 2025
1 parent 015b391 commit ec99467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRESQL_PASSWORD: ci
REPMGR_PARTNER_NODES: pg-0
REPMGR_PRIMARY_HOST: localhost
REPMGR_PRIMARY_HOST: pg-0
REPMGR_NODE_NAME: pg-0
REPMGR_NODE_NETWORK_NAME: localhost
REPMGR_USERNAME: postgres
REPMGR_NODE_NETWORK_NAME: pg-0
# REPMGR_USERNAME: postgres
REPMGR_PASSWORD: ci

env:
PGHOST: localhost
PGHOST: pg-0
PGUSER: postgres
PGPASSWORD: ci

Expand Down

0 comments on commit ec99467

Please sign in to comment.