2 Commits

Author SHA1 Message Date
ebdce00094 Update mgoltzsche/podman Docker tag to v5.6.1
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-06 09:51:56 +00:00
e4bf24e8d2 Update hass to 2025.8.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
2025-08-29 12:18:22 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ name: build
steps:
- name: build
image: mgoltzsche/podman:5.6.0
image: mgoltzsche/podman:5.6.1
privileged: true
environment:
REGISTRY_USERNAME:
@@ -32,7 +32,7 @@ steps:
- master
- name: cleanup
image: mgoltzsche/podman:5.6.0
image: mgoltzsche/podman:5.6.1
privileged: true
environment:
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
@@ -62,7 +62,7 @@ name: promote
steps:
- name: promote
image: mgoltzsche/podman:5.6.0
image: mgoltzsche/podman:5.6.1
privileged: true
environment:
REGISTRY_USERNAME:
@@ -82,7 +82,7 @@ steps:
path: /var/lib/containers
- name: cleanup
image: mgoltzsche/podman:5.6.0
image: mgoltzsche/podman:5.6.1
privileged: true
environment:
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"

View File

@@ -1,4 +1,4 @@
FROM homeassistant/home-assistant:2025.3.4
FROM homeassistant/home-assistant:2025.8.3
#COPY src/ /usr/src/homeassistant/homeassistant/