Compare commits

..

No commits in common. "d41373a9667b84de9843138d5e5af3943c398985" and "7560dc8cf4e0cc02536e2c455d50ea808bd337f5" have entirely different histories.

View file

@ -29,9 +29,9 @@ jobs:
- name: Run Docker container
run: |
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=unless-stopped $CONTAINER_IMAGE
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
- name: Send webhook to Home-Assistant
- name: Webhook
uses: https://github.com/distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}