File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 58
58
tags : " ${{ steps.get_tag.outputs.tag }}"
59
59
dockerfile : Dockerfile-qwc2-app
60
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
67
+ BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
68
+ with :
69
+ name : sourcepole/qwc-map-viewer
70
+ username : ${{ secrets.DOCKER_HUB_USER }}
71
+ password : ${{ secrets.DOCKER_HUB_PASSWORD }}
72
+ tags : " ${{ steps.get_tag.outputs.tag }}"
73
+ dockerfile : Dockerfile-qwc2-app
74
+ buildargs : QWC2_URL,BASE_IMAGE_VERSION
You can’t perform that action at this time.
0 commit comments