Unverified Commit 462f6a2f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Create hub.yml

parent fe1fb438
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
name: Update Docker Hub Description
on:
  push:
    branches:
      - main
    paths:
      - readme.md
      - .github/workflows/hub.yml
jobs:
  dockerHubDescription:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

    - name: Docker Hub Description
      uses: peter-evans/dockerhub-description@v3
      with:
        username: ${{ secrets.DOCKERHUB_USERNAME }}
        password: ${{ secrets.DOCKERHUB_PASSWORD }}
        repository: kroese/virtual-dsm
        short-description: ${{ github.event.repository.description }}