Files
ansible-docker/.gitea/workflows/update-docker-hub-description.yaml
T
CSRBot 0979feb956
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Build / build-arch-linux (pull_request) Successful in 3m33s
Build / build-rocky-linux-8 (pull_request) Successful in 4m48s
Build / build-rocky-linux-9 (pull_request) Successful in 2m55s
chore(deps): update actions/checkout action to v6.1.0
2026-07-20 18:00:59 +00:00

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