Skip to content

Commit

Permalink
feat(postgresql): add v17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn authored Sep 27, 2024
1 parent 9e032e9 commit 2c1d47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
strategy:
matrix:
version: ['14.13','15.8','16.4']
version: ['14.13','15.8','16.4','17.0']
steps:
- name: Check-out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
build-args: |
PG_RELEASE=${{ matrix.version }}
tags: |
ghcr.io/f-bn/postgresql:${{ matrix.version }}
ghcr.io/f-bn/postgresql:${{ matrix.version }}

0 comments on commit 2c1d47f

Please sign in to comment.