Skip to content

Commit a6dc0e6

Browse files
authored
Add Postgres 15
1 parent ec5946e commit a6dc0e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
strategy:
2626
matrix:
27-
version: [13, 14]
27+
version: [13, 14, 15]
2828
runs-on: ubuntu-latest
2929
permissions:
3030
contents: read
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7070
tags: |
71-
type=raw,value=latest,enable=${{ matrix.version == '14'}}
71+
type=raw,value=latest,enable=${{ matrix.version == '15'}}
7272
${{ matrix.version }}
7373
7474
# Build and push Docker image with Buildx (don't push on PR)

0 commit comments

Comments
 (0)