Skip to content

Update PractitionerAssigment Behavior to include new strategy (#1217) #10

Update PractitionerAssigment Behavior to include new strategy (#1217)

Update PractitionerAssigment Behavior to include new strategy (#1217) #10

Workflow file for this run

name: Update Docker Hub Documentation
on:
push:
paths:
- "docs/fhir-web-docker-deployment.md"
branches:
- master
jobs:
update-docker-hub-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Docker Hub ReadMe
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: opensrp/web
readme-filepath: docs/fhir-web-docker-deployment.md