Docker Hub description sync

This commit is contained in:
Quentin McGaw 2020-08-31 20:53:11 -04:00
parent 610fcd1e0d
commit f055d0a656
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
name: Docker Hub description
on:
push:
branches: [master]
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2.1.0
env:
DOCKERHUB_USERNAME: mindflavor
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_REPOSITORY: mindflavor/prometheus-wireguard-exporter