Skip to content

Commit

Permalink
Add pg17 images to docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Oct 9, 2024
1 parent 8775c84 commit 7ec7630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Test Docker images
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
paths: .github/workflows/docker-images.yaml
push:
tags:
- '*'
Expand Down Expand Up @@ -44,9 +46,11 @@ jobs:
"timescaledb:latest-pg14",
"timescaledb:latest-pg15",
"timescaledb:latest-pg16",
"timescaledb:latest-pg17",
"timescaledb:latest-pg14-bitnami",
"timescaledb:latest-pg15-bitnami",
"timescaledb:latest-pg16-bitnami",
"timescaledb:latest-pg17-bitnami",
"timescaledb:latest-pg14-repmgr-bitnami",
"timescaledb:latest-pg15-repmgr-bitnami",
"timescaledb:latest-pg16-repmgr-bitnami",
Expand Down

0 comments on commit 7ec7630

Please sign in to comment.