@@ -45,28 +45,28 @@ jobs:
45
45
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
46
46
tags : " ${{ steps.get_tag.outputs.tag }}"
47
47
48
- - name : Build and publish demo image
48
+ - name : Build and publish stock image
49
49
uses : elgohr/Publish-Docker-Github-Action@v5
50
50
if : github.event_name != 'pull_request'
51
51
env :
52
- QWC2_URL : https://github.com/qgis/qwc2-demo-app /releases/download/${{ steps.get_tag.outputs.app_version }}/qwc2-demo -app.zip
52
+ QWC2_URL : https://github.com/qgis/qwc2/releases/download/${{ steps.get_tag.outputs.app_version }}/qwc2-stock -app.zip
53
53
BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
54
54
with :
55
- name : sourcepole/qwc-map-viewer-demo
55
+ name : sourcepole/qwc-map-viewer
56
56
username : ${{ secrets.DOCKER_HUB_USER }}
57
57
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
58
58
tags : " ${{ steps.get_tag.outputs.tag }}"
59
59
dockerfile : Dockerfile-qwc2-app
60
60
buildargs : QWC2_URL,BASE_IMAGE_VERSION
61
61
62
- - name : Build and publish default image
62
+ - name : Build and publish legacy demo image
63
63
uses : elgohr/Publish-Docker-Github-Action@v5
64
64
if : github.event_name != 'pull_request'
65
65
env :
66
- QWC2_URL : https://github.com/qgis/qwc2-demo-app /releases/download/${{ steps.get_tag.outputs.app_version }}/qwc2-demo -app.zip
66
+ QWC2_URL : https://github.com/qgis/qwc2/releases/download/${{ steps.get_tag.outputs.app_version }}/qwc2-stock -app.zip
67
67
BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
68
68
with :
69
- name : sourcepole/qwc-map-viewer
69
+ name : sourcepole/qwc-map-viewer-demo
70
70
username : ${{ secrets.DOCKER_HUB_USER }}
71
71
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
72
72
tags : " ${{ steps.get_tag.outputs.tag }}"
0 commit comments