Skip to content

chore(deps): update peter-evans/dockerhub-description action to v5 (#… #1241

chore(deps): update peter-evans/dockerhub-description action to v5 (#…

chore(deps): update peter-evans/dockerhub-description action to v5 (#… #1241

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/readme-sync.yml
jobs:
sync-readme:
runs-on: ubuntu-24.04
if: ${{ github.repository == 'WeblateOrg/docker'}}
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: weblate/weblate
short-description: ${{ github.event.repository.description }}
permissions:
contents: read