Skip to content

no synced file(s) with dgibbs64/repo-sync (#129) #25

no synced file(s) with dgibbs64/repo-sync (#129)

no synced file(s) with dgibbs64/repo-sync (#129) #25

name: Update Docker Hub Description
on:
workflow_dispatch:
push:
paths:
- README.md
- .github/workflows/dockerhub-description.yml
branches:
- main
jobs:
dockerhub-description:
name: Docker Hub Description
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: gameservermanagers/gameserver
short-description: ${{ github.event.repository.description }}