chore(ci): enable verbose output for Pushover notifications and specify full Docker image path
- Change curl commands in GitHub Actions workflows to use verbose mode (-v) instead of silent mode (-s) for failure notifications - Update Dockerfile to use full Docker image path with docker.io registry prefix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM homeassistant/home-assistant:2025.8.3
|
||||
FROM docker.io/homeassistant/home-assistant:2025.8.3
|
||||
|
||||
#COPY src/ /usr/src/homeassistant/homeassistant/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user