mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: VerifyDockerCompose
 | 
						|
on: push
 | 
						|
jobs:
 | 
						|
  verify:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
      - uses: actions/checkout@v4
 | 
						|
      - name: Show the config
 | 
						|
        run: docker-compose config
 | 
						|
      - name: Run
 | 
						|
        run: docker-compose up -d --build
 |