Skip to content

Merge pull request #10 from DragonQ/intelligent_octopus #4

Merge pull request #10 from DragonQ/intelligent_octopus

Merge pull request #10 from DragonQ/intelligent_octopus #4

name: Update Docker Hub Description
on:
push:
branches: ["main"]
paths:
- README.md
- .github/workflows/dockerhub-description.yaml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
environment: Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: yansonb/octograph
short-description: ${{ github.event.repository.description }}
enable-url-completion: true