Skip to content

Commit d4a41de

Browse files
committed
Build and publish qwc-base-db docker image for pg 16
1 parent 0f31b76 commit d4a41de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ jobs:
6363
workdir: .
6464
buildargs: PG_MAJOR=15,POSTGIS_VERSION=3
6565

66+
- name: Build and publish qwc-base-db docker image for pg 16
67+
uses: elgohr/Publish-Docker-Github-Action@v5
68+
with:
69+
name: sourcepole/qwc-base-db
70+
username: ${{ secrets.DOCKER_HUB_USER }}
71+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
72+
tags: "16"
73+
workdir: .
74+
buildargs: PG_MAJOR=15,POSTGIS_VERSION=3
75+
6676
- name: Build and publish qwc-base-db-migrate docker image
6777
uses: elgohr/Publish-Docker-Github-Action@v5
6878
with:

0 commit comments

Comments
 (0)