586 B
586 B
Publishing new version
- Update version in
package.json git tag vx.x.xgit push --tagsdocker buildx build --platform linux/amd64 -t maptiler/tileserver-gl:latest -t maptiler/tileserver-gl:[version] .docker push maptiler/tileserver-gl --all-tagsnpm publish --access publicornode publish.jsnode publish.js --no-publishcd lightdocker buildx build --platform linux/amd64 -t maptiler/tileserver-gl-light:latest -t maptiler/tileserver-gl-light:[version] .docker push maptiler/tileserver-gl-light --all-tagsnpm publish --access public