Skip to content

compare PRs to current version (#21) #6

compare PRs to current version (#21)

compare PRs to current version (#21) #6

name: Docker-Hub description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ github.repository_owner }}/ubuntu-act
short-description: ${{ github.event.repository.description }}
enable-url-completion: true