Switch build-docker-image workflow from services to container configuration
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Server Docker Image / build-server (push) Failing after 20s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Server Docker Image / build-server (push) Failing after 20s
				
			This commit is contained in:
		@@ -8,10 +8,10 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  build-server:
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    services:
 | 
			
		||||
      docker:
 | 
			
		||||
    container:
 | 
			
		||||
      image: docker:dind
 | 
			
		||||
        options: --privileged --security-opt seccomp=unconfined
 | 
			
		||||
      privileged: true
 | 
			
		||||
      
 | 
			
		||||
    steps:
 | 
			
		||||
      # 1. Check out the repo
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user