Skip to content

Commit 4691c2e

Browse files
committed
Stop building sourcepole/qwc-map-viewer-demo
1 parent 92ca530 commit 4691c2e

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/main.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,11 @@ 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
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
6753
BASE_IMAGE_VERSION: ${{ steps.get_tag.outputs.app_version }}
6854
with:
6955
name: sourcepole/qwc-map-viewer

0 commit comments

Comments
 (0)