Only show first line of text-markers and release v2.0.1 #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |