rpm-builder-docker/.gitea/workflows/update-docker-hub-description.yaml
Markus Pesch 36ef66eed5
Some checks failed
Lint Markdown files / markdown-lint (push) Waiting to run
Update Docker Hub Description / update-description-on-hub-docker-io (push) Has been cancelled
Build / build-amd64 (push) Has been cancelled
Build / build-arm64 (push) Has been cancelled
fix(ci): replace drone with gitea actions
2025-05-08 20:57:28 +02:00

21 lines
475 B
YAML

name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
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/yamllint
readme-filepath: README.md