helm-docker/.gitea/workflows/update-docker-hub-description.yaml
Markus Pesch fe35f190a6
Some checks failed
Build / build-amd64 (push) Waiting to run
Lint Markdown files / markdown-lint (push) Waiting to run
Build / build-arm64 (push) Has been cancelled
fix(ci): move workflows into .gitea directory
2025-05-08 18:24:07 +02:00

21 lines
471 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/helm
readme-filepath: README.md