mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:22:55 +00:00 
			
		
		
		
	Implement version tagging in magic starter
This commit is contained in:
		@@ -27,7 +27,9 @@ run_frontend()
 | 
			
		||||
build_baseimage()
 | 
			
		||||
{
 | 
			
		||||
    cd $BASEIMAGE_PATH
 | 
			
		||||
    docker build -t $BASEIMAGE_NAME .
 | 
			
		||||
    VERSION="$(cat VERSION | head -n 1)"
 | 
			
		||||
    DATE="$(date +%Y%m%d)"
 | 
			
		||||
    docker build -t "${BASEIMAGE_NAME}:${VERSION}-${DATE}" .
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
run_backend()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user