Files
ansible-docker/.gitea/workflows/update-docker-hub-description.yaml
CSRBot e205a005c2
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 36s
Build / build-arch-linux (pull_request) Successful in 16m23s
Build / build-rocky-linux-8 (pull_request) Successful in 2m27s
Build / build-rocky-linux-9 (pull_request) Successful in 1m28s
chore(deps): update actions/checkout action to v5.0.1
2025-11-17 17:00:13 +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@v5.0.1
- 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