name: Update Docker Hub Description concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: false on: workflow_dispatch: push: branches: - main paths: - README.md - .github/workflows/dockerhub-description.yml jobs: dockerHubDescription: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - name: Docker Hub Description uses: peter-evans/dockerhub-description@v3.4.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: zfnd/zebra short-description: ${{ github.event.repository.description }}