update to latest version of library #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Docker Hub Description for VWsFriend | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- vwsfriend/README.md | |
- .github/workflows/grafana-vwsfriend-description.yml | |
jobs: | |
dockerHubDescription: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Docker Hub Description | |
uses: peter-evans/dockerhub-description@v4.0.0 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: tillsteinbach/vwsfriend | |
short-description: "VWsFriend Software. See: https://github.com/tillsteinbach/VWsFriend/" | |
readme-filepath: ./README.md |