Skip to content

Pass feature properties as path options for lines and polygons #17

Pass feature properties as path options for lines and polygons

Pass feature properties as path options for lines and polygons #17

name: Build Geoclient Docker image
on:
push:
branches:
- main
jobs:
deploy:
uses: wrk-fmd/mls-packages/.github/workflows/docker-build.yml@main
with:
DOCKER_CONTEXT: ./client
DOCKER_NAME: wrkfmdit/geoclient
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}