Unverified Commit 265ae3d3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update hub.yml

parent 4963aa0e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ jobs:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

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