handle incorect mqtt message

This commit is contained in:
Florian Bezannier
2022-03-30 21:38:12 +02:00
parent 37459134a7
commit 9ebb98e22d
5 changed files with 62 additions and 13 deletions
@@ -5,6 +5,14 @@ on:
- 'v*.*.*'
workflow_dispatch:
jobs:
create_release:
name: Push to pypi
runs-on: ubuntu-latest
steps:
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.10
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest