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 Dec 21, 2024
1 parent 015b391 commit c8495a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,16 @@ jobs:
- 5432:5432
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRESQL_PASSWORD: ci
ALLOW_EMPTY_PASSWORD: yes
REPMGR_PARTNER_NODES: pg-0
REPMGR_PRIMARY_HOST: localhost
REPMGR_NODE_NAME: pg-0
REPMGR_NODE_NETWORK_NAME: localhost
REPMGR_USERNAME: postgres
REPMGR_PASSWORD: ci

env:
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: ci

strategy:
fail-fast: false
Expand Down

0 comments on commit c8495a5

Please sign in to comment.