Skip to content

Only show first line of text-markers and release v2.0.1 #16

Only show first line of text-markers and release v2.0.1

Only show first line of text-markers and release v2.0.1 #16

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 }}