Add ENV build_version

This commit is contained in:
Alexandre
2025-02-14 11:11:14 +01:00
committed by GitHub
parent 7a92d570db
commit 8aa753043a

View File

@@ -2,7 +2,7 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"""-.port
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
@@ -210,6 +210,7 @@ ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
ENV BUILD_VERSION="${BUILD_VERSION}"
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \