Files
markdownlint-docker/.gitea/workflows/update-docker-hub-description.yaml
T
volker.raschek cdde515532
Build / build-arm64 (push) Successful in 1m42s
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-amd64 (push) Successful in 59s
chore(ci): bump pinned actions to their latest release
The pinned action versions had drifted apart between the container image repositories, which made it hard to tell
whether a workflow failure was caused by a local change or by an outdated action.

All actions are now pinned to the commit sha of their latest upstream release, so every repository runs the same
toolchain.
2026-09-02 20:50:51 +02:00

22 lines
589 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
repository: volkerraschek/markdownlint
readme-filepath: README.md