We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f31b76 commit d4a41deCopy full SHA for d4a41de
.github/workflows/qwc-base-db.yml
@@ -63,6 +63,16 @@ jobs:
63
workdir: .
64
buildargs: PG_MAJOR=15,POSTGIS_VERSION=3
65
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
+
76
- name: Build and publish qwc-base-db-migrate docker image
77
uses: elgohr/Publish-Docker-Github-Action@v5
78
with:
0 commit comments