Files
docker-compose-docker/.gitea/workflows/update-docker-hub-description.yaml
Markus Pesch b24564d1b6
Some checks failed
Auto release / tag_on_change (push) Successful in 7s
Lint Markdown files / markdown-lint (push) Successful in 9s
Build / build-amd64 (push) Failing after 5s
Build / build-arm64 (push) Failing after 1m40s
feat(deps): upgrade to docker-compose v5
The following downloads the finished docker-compose v5 binary and delivers it as
a scratch container image.
2025-12-05 16:08:01 +01:00

21 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@v6.0.1
- uses: peter-evans/dockerhub-description@v5.0.0
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/docker-compose
readme-filepath: README.md