Skip to content

Merge pull request #29 from ronivay/fix/workflow-branch #10

Merge pull request #29 from ronivay/fix/workflow-branch

Merge pull request #29 from ronivay/fix/workflow-branch #10

Workflow file for this run

name: dockerhub-description
on:
push:
paths:
- 'README.md'
- '.github/workflows/description.yml'
branches:
- 'master'
jobs:
dockerhubdescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ronivay/xen-orchestra