Skip to content

update requirements #16

update requirements

update requirements #16

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- docker/README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: tillsteinbach/weconnect-mqtt
short-description: ${{ github.event.repository.description }}
readme-filepath: ./docker/README.md