diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2dd72b6..ac00a12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: jobs: docker-publish: name: Publish to Docker Hub + if: "!contains(github.event.head_commit.message, '[ci skip]')" runs-on: ubuntu-20.04 steps: - name: Checkout code diff --git a/README.md b/README.md index 5818868..ae79da3 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,6 @@ It exposes events to the `amcrest2mqtt/[SERIAL_NUMBER]/event` MQTT topic. If the the doorbell status to `amcrest2mqtt/[SERIAL_NUMBER]/doorbell`. If the device supports motion events it will expose motion events to `amcrest2mqtt/[SERIAL_NUMBER]/motion`. -## Buy Me A ~~Coffee~~ Beer 🍻 - -A few people have kindly requested a way to donate a small amount of money. If you feel so inclined I've set up a "Buy Me A Coffee" -page where you can donate a small sum. Please do not feel obligated to donate in any way - I work on the app because it's -useful to myself and others, not for any financial gain - but any token of appreciation is much appreciated 🙂 - - - ## Device Support The app supports events for any Amcrest device supported by [`python-amcrest`](https://github.com/tchellomello/python-amcrest). @@ -42,7 +34,7 @@ If you are using a different MQTT prefix to the default, you will need to set th The easiest way to run the app is via Docker Compose, e.g. -``` +```yaml version: "3" services: amcrest2mqtt: @@ -67,3 +59,11 @@ The app will not support multiple devices. You can run multiple instances of the ### Non-Docker Environments Docker is the only supported way of deploying the application. The app should run directly via Python but this is not supported. + +## Buy Me A ~~Coffee~~ Beer 🍻 + +A few people have kindly requested a way to donate a small amount of money. If you feel so inclined I've set up a "Buy Me A Coffee" +page where you can donate a small sum. Please do not feel obligated to donate in any way - I work on the app because it's +useful to myself and others, not for any financial gain - but any token of appreciation is much appreciated 🙂 + +