1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 20:10:55 +00:00

Move arg down

This commit is contained in:
Jesse Hills 2024-09-10 08:49:41 +12:00
parent b4b44048b4
commit 3e1d031d77
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -1,5 +1,3 @@
ARG BUILD_TYPE=docker
FROM ghcr.io/esphome/docker-base:2024.9.0 AS base
RUN git config --system --add safe.directory "*"
@ -61,6 +59,8 @@ LABEL \
io.hass.version="${BUILD_VERSION}"
ARG BUILD_TYPE=docker
FROM base-${BUILD_TYPE} AS final
COPY . /esphome