Skip to content

Option notify_interval won't be inherited #6 (#7) #4

Option notify_interval won't be inherited #6 (#7)

Option notify_interval won't be inherited #6 (#7) #4

Workflow file for this run

name: Sync README.md to Docker Hub
on:
push:
tags:
- "release/*"
jobs:
sync-readme:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Hub README & description sync
uses: meeDamian/[email protected]
with:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
slug: ${{ secrets.DOCKER_USERNAME }}/minidlna
readme: ./README.md
description: Easily run minidlna with Docker.