Skip to content

Merge pull request #12 from webcomics/renovate/actions-checkout-4.x #2

Merge pull request #12 from webcomics/renovate/actions-checkout-4.x

Merge pull request #12 from webcomics/renovate/actions-checkout-4.x #2

---
name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/hub-description.yaml
permissions:
contents: read
jobs:
description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: tobix
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tobix/wine
short-description: ${{ github.event.repository.description }}