This repository has been archived on 2026-08-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
latex-docker/.gitea/workflows/update-docker-hub-description.yaml
T
CSRBot 4fc6302bc7
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Build / build-arch-linux (pull_request) Successful in 15m17s
chore(deps): update actions/checkout action to v4.4.0
2026-08-21 09:10:41 +00:00

22 lines
539 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@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: peter-evans/dockerhub-description@v4.0.2
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/latex
readme-filepath: README.md