File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments