chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.12.5 #282
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Deploy homeassistant | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: | |
- main | |
paths: | |
- roles/homeassistant/** | |
- .github/workflows/homeassistant.yaml | |
pull_request: | |
paths: | |
- roles/homeassistant/** | |
- .github/workflows/homeassistant.yaml | |
jobs: | |
home-assistant: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: ./.github/actions/setup-ansible | |
- run: | | |
ansible-playbook main.yaml --limit localhost --tags homeassistant | |
docker ps --filter name=homeassistant | grep --quiet homeassistant | |
docker exec homeassistant hass --config /config --script check_config |