tileserver-gl-light 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,7 +84,7 @@ jobs:
84
84
  with:
85
85
  context: .
86
86
  push: true
87
- tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:${{ env.PACKAGE_VERSION }}
87
+ tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:v${{ env.PACKAGE_VERSION }}
88
88
  platforms: linux/arm64,linux/amd64
89
89
 
90
90
  - name: Create Tileserver Light Directory
@@ -108,5 +108,5 @@ jobs:
108
108
  context: ./light
109
109
  file: ./light/Dockerfile
110
110
  push: true
111
- tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:${{ env.PACKAGE_VERSION }}
111
+ tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:v${{ env.PACKAGE_VERSION }}
112
112
  platforms: linux/arm64,linux/amd64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tileserver-gl-light",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Map tile server for JSON GL styles - serving vector tiles",
5
5
  "main": "src/main.js",
6
6
  "bin": "src/main.js",