Skip to content

Prepare 0.4.1 release #11

Prepare 0.4.1 release

Prepare 0.4.1 release #11

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- docker/README.md
- .github/workflows/publish_dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
environment:
name: dockerhub
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: tillsteinbach/carconnectivity-mqtt
short-description: ${{ github.event.repository.description }}
readme-filepath: ./docker/README.md