Skip to content

Commit a154682

Browse files
committed
Build images for pg17 and pg18
1 parent 3e5ca85 commit a154682

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,26 @@ jobs:
7373
workdir: .
7474
buildargs: PG_MAJOR=16,POSTGIS_VERSION=3
7575

76+
- name: Build and publish qwc-base-db docker image for pg 17
77+
uses: elgohr/Publish-Docker-Github-Action@v5
78+
with:
79+
name: sourcepole/qwc-base-db
80+
username: ${{ secrets.DOCKER_HUB_USER }}
81+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
82+
tags: "17"
83+
workdir: .
84+
buildargs: PG_MAJOR=16,POSTGIS_VERSION=3
85+
86+
- name: Build and publish qwc-base-db docker image for pg 18
87+
uses: elgohr/Publish-Docker-Github-Action@v5
88+
with:
89+
name: sourcepole/qwc-base-db
90+
username: ${{ secrets.DOCKER_HUB_USER }}
91+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
92+
tags: "18"
93+
workdir: .
94+
buildargs: PG_MAJOR=16,POSTGIS_VERSION=3
95+
7696
- name: Build and publish qwc-base-db-migrate docker image
7797
uses: elgohr/Publish-Docker-Github-Action@v5
7898
with:

0 commit comments

Comments
 (0)