Skip to content

Update 8.1/beta to v8.1.127 #118

Update 8.1/beta to v8.1.127

Update 8.1/beta to v8.1.127 #118

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