1 Commits

Author SHA1 Message Date
3d03c9dde8 Update homeassistant/home-assistant Docker tag to v2024.6.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-06 09:10:49 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ name: build
steps:
- name: build
image: mgoltzsche/podman:4.9.5
image: mgoltzsche/podman:4.9.4
privileged: true
environment:
REGISTRY_USERNAME:
@@ -32,7 +32,7 @@ steps:
- master
- name: cleanup
image: mgoltzsche/podman:4.9.5
image: mgoltzsche/podman:4.9.4
privileged: true
environment:
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
@@ -62,7 +62,7 @@ name: promote
steps:
- name: promote
image: mgoltzsche/podman:4.9.5
image: mgoltzsche/podman:4.9.4
privileged: true
environment:
REGISTRY_USERNAME:

View File

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