Files
ansible-docker/.gitea/workflows/update-docker-hub-description.yaml
CSRBot cd9284c682
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 34s
Build / build-arch-linux (pull_request) Successful in 1m18s
Build / build-rocky-linux-8 (pull_request) Successful in 2m35s
Build / build-rocky-linux-9 (pull_request) Successful in 1m40s
chore(deps): update actions/checkout action to v6.0.2
2026-01-22 17:00:19 +00:00

23 lines
499 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@v6.0.2
- uses: peter-evans/dockerhub-description@v5.0.0
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/ansible
readme-filepath: README.md