File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -45,25 +45,11 @@ 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
53
- BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
54
- with :
55
- name : sourcepole/qwc-map-viewer-demo
56
- username : ${{ secrets.DOCKER_HUB_USER }}
57
- password : ${{ secrets.DOCKER_HUB_PASSWORD }}
58
- tags : " ${{ steps.get_tag.outputs.tag }}"
59
- dockerfile : Dockerfile-qwc2-app
60
- buildargs : QWC2_URL,BASE_IMAGE_VERSION
61
-
62
- - name : Build and publish default image
63
- uses : elgohr/Publish-Docker-Github-Action@v5
64
- if : github.event_name != 'pull_request'
65
- env :
66
- 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
67
53
BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
68
54
with :
69
55
name : sourcepole/qwc-map-viewer
You can’t perform that action at this time.
0 commit comments