Compare commits
1 Commits
renovate/d
...
2546334560
| Author | SHA1 | Date | |
|---|---|---|---|
| 2546334560 |
@@ -18,7 +18,7 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
runs-on: docker
|
||||
container:
|
||||
image: quay.io/podman/stable:v5.4
|
||||
image: quay.io/podman/stable:v5.7
|
||||
options: >-
|
||||
--privileged
|
||||
--security-opt seccomp=unconfined
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
runs-on: docker
|
||||
container:
|
||||
image: quay.io/podman/stable:v5.4
|
||||
image: quay.io/podman/stable:v5.7
|
||||
options: >-
|
||||
--privileged
|
||||
--security-opt seccomp=unconfined
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/homeassistant/home-assistant:2025.12.3
|
||||
FROM docker.io/homeassistant/home-assistant:2025.11.2
|
||||
|
||||
#COPY src/ /usr/src/homeassistant/homeassistant/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user