Skip to content

Commit

Permalink
Add tests for bitnami-repmgr docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Feb 23, 2024
1 parent 94ac2bd commit 2a5f8e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRESQL_PASSWORD: ci
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
Expand All @@ -43,6 +49,10 @@ jobs:
"timescaledb:latest-pg14-bitnami",
"timescaledb:latest-pg15-bitnami",
"timescaledb:latest-pg16-bitnami",
"timescaledb:latest-pg13-repmgr-bitnami",
"timescaledb:latest-pg14-repmgr-bitnami",
"timescaledb:latest-pg15-repmgr-bitnami",
"timescaledb:latest-pg16-repmgr-bitnami",
"timescaledb-ha:pg13",
"timescaledb-ha:pg14",
"timescaledb-ha:pg15",
Expand Down

0 comments on commit 2a5f8e1

Please sign in to comment.