Skip to content

Commit 076e188

Browse files
committed
Build sourcepole/qwc-map-viewer off qgis/qwc2 stock viewer
1 parent 331c764 commit 076e188

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ jobs:
4545
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
4646
tags: "${{ steps.get_tag.outputs.tag }}"
4747

48-
- name: Build and publish demo image
48+
- name: Build and publish stock image
4949
uses: elgohr/Publish-Docker-Github-Action@v5
5050
if: github.event_name != 'pull_request'
5151
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
5353
BASE_IMAGE_VERSION: ${{ steps.get_tag.outputs.app_version }}
5454
with:
55-
name: sourcepole/qwc-map-viewer-demo
55+
name: sourcepole/qwc-map-viewer
5656
username: ${{ secrets.DOCKER_HUB_USER }}
5757
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
5858
tags: "${{ steps.get_tag.outputs.tag }}"
5959
dockerfile: Dockerfile-qwc2-app
6060
buildargs: QWC2_URL,BASE_IMAGE_VERSION
6161

62-
- name: Build and publish default image
62+
- name: Build and publish legacy demo image
6363
uses: elgohr/Publish-Docker-Github-Action@v5
6464
if: github.event_name != 'pull_request'
6565
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
6767
BASE_IMAGE_VERSION: ${{ steps.get_tag.outputs.app_version }}
6868
with:
69-
name: sourcepole/qwc-map-viewer
69+
name: sourcepole/qwc-map-viewer-demo
7070
username: ${{ secrets.DOCKER_HUB_USER }}
7171
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
7272
tags: "${{ steps.get_tag.outputs.tag }}"

0 commit comments

Comments
 (0)