dyndns-client/.gitea/workflows/update-docker-hub-description.yaml
Markus Pesch 09fa64d628
Some checks failed
Markdown linter / markdown-lint (push) Successful in 5s
Golang Tests / unittest (push) Failing after 21s
chore(ci): add workflow_dispatch
2025-05-21 21:38:00 +02:00

20 lines
504 B
YAML

name: Update Docker Hub Description
on:
push:
branches: [ 'master' ]
paths: [ 'README.md' ]
workflow_dispatch: {}
jobs:
update-description-on-hub-docker-io:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: peter-evans/dockerhub-description@v4.0.2
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/dyndns-client
readme-filepath: README.md