Skip to content

Commit 41a332b

Browse files
committed
Actually set PG_MAJOR=16 to build postgres 16 base db image
1 parent bcd5fbc commit 41a332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qwc-base-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
7272
tags: "16"
7373
workdir: .
74-
buildargs: PG_MAJOR=15,POSTGIS_VERSION=3
74+
buildargs: PG_MAJOR=16,POSTGIS_VERSION=3
7575

7676
- name: Build and publish qwc-base-db-migrate docker image
7777
uses: elgohr/Publish-Docker-Github-Action@v5

0 commit comments

Comments
 (0)