tileserver-gl-light 4.4.6 → 4.4.7

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.
@@ -86,6 +86,9 @@ jobs:
86
86
  push: true
87
87
  tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:v${{ env.PACKAGE_VERSION }}
88
88
  platforms: linux/arm64,linux/amd64
89
+ # experimental: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api
90
+ cache-from: type=gha
91
+ cache-to: type=gha,mode=max
89
92
 
90
93
  - name: Create Tileserver Light Directory
91
94
  run: node publish.js --no-publish
@@ -110,4 +113,6 @@ jobs:
110
113
  push: true
111
114
  tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:v${{ env.PACKAGE_VERSION }}
112
115
  platforms: linux/arm64,linux/amd64
113
-
116
+ # experimental: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api
117
+ cache-from: type=gha
118
+ cache-to: type=gha,mode=max
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tileserver-gl-light",
3
- "version": "4.4.6",
3
+ "version": "4.4.7",
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",