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