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:
parent
b4b44048b4
commit
3e1d031d77
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user