mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 05:12:54 +00:00 
			
		
		
		
	Make build_baseimage tag with latest as well as VERSION
This commit is contained in:
		@@ -29,7 +29,7 @@ build_baseimage()
 | 
			
		||||
    cd $BASEIMAGE_PATH
 | 
			
		||||
    VERSION="$(cat VERSION | head -n 1)"
 | 
			
		||||
    DATE="$(date +%Y%m%d)"
 | 
			
		||||
    docker build -t "${BASEIMAGE_NAME}:${VERSION}-${DATE}" .
 | 
			
		||||
    docker build -t "${BASEIMAGE_NAME}:${VERSION}-${DATE}" -t "${BASEIMAGE_NAME}:latest" .
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build_backend()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user