mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	Move arg down
This commit is contained in:
		@@ -1,5 +1,3 @@
 | 
				
			|||||||
ARG BUILD_TYPE=docker
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
FROM ghcr.io/esphome/docker-base:2024.9.0 AS base
 | 
					FROM ghcr.io/esphome/docker-base:2024.9.0 AS base
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN git config --system --add safe.directory "*"
 | 
					RUN git config --system --add safe.directory "*"
 | 
				
			||||||
@@ -61,6 +59,8 @@ LABEL \
 | 
				
			|||||||
    io.hass.version="${BUILD_VERSION}"
 | 
					    io.hass.version="${BUILD_VERSION}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ARG BUILD_TYPE=docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM base-${BUILD_TYPE} AS final
 | 
					FROM base-${BUILD_TYPE} AS final
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY . /esphome
 | 
					COPY . /esphome
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user