Files
helm-docker/.gitea/workflows/update-docker-hub-description.yaml
Markus Pesch be0c064f75
All checks were successful
Build / build-amd64 (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Successful in 17s
Build / build-arm64 (push) Successful in 1m47s
fix(ci): add autoreleaser
2025-11-02 22:30:24 +01:00

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