Skip to content

Bump stable and experimental to 2.0.72 (#92) #110

Bump stable and experimental to 2.0.72 (#92)

Bump stable and experimental to 2.0.72 (#92) #110

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@v5
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ github.repository }}
short-description: ${{ github.event.repository.description }}