File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 31
31
run : |
32
32
if [ ${{ endsWith(github.ref, '-lts') }} = true ]; then
33
33
echo "tag=latest-lts,latest-${GITHUB_REF:11:4}-lts,${GITHUB_REF:10}" >>$GITHUB_OUTPUT
34
+ echo "bundle_version=${GITHUB_REF:10:5}.0.${GITHUB_REF:16}" >>$GITHUB_OUTPUT
34
35
else
35
36
echo "tag=latest,${GITHUB_REF:10}" >>$GITHUB_OUTPUT
37
+ echo "bundle_version=${GITHUB_REF:10}" >>$GITHUB_OUTPUT
36
38
fi
37
39
echo "app_version=${GITHUB_REF:10}" >>$GITHUB_OUTPUT
38
40
49
51
uses : elgohr/Publish-Docker-Github-Action@v5
50
52
if : github.event_name != 'pull_request'
51
53
env :
52
- QWC2_URL : https://github.com/qgis/qwc2/releases/download/${{ steps.get_tag.outputs.app_version }}/qwc2-stock-app.zip
54
+ QWC2_URL : https://github.com/qgis/qwc2/releases/download/${{ steps.get_tag.outputs.bundle_version }}/qwc2-stock-app.zip
53
55
BASE_IMAGE_VERSION : ${{ steps.get_tag.outputs.app_version }}
54
56
with :
55
57
name : sourcepole/qwc-map-viewer
You can’t perform that action at this time.
0 commit comments