Add BUILD_VERSION env

This commit is contained in:
Alexandre
2025-02-14 11:15:38 +01:00
committed by GitHub
parent 450bcae229
commit 13884525a5
95 changed files with 95 additions and 0 deletions

View File

@@ -81,6 +81,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}" \