Fix buildah inside container
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and push / Build and push images (push) Failing after 1m16s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and push / Build and push images (push) Failing after 1m16s
				
			This commit is contained in:
		@@ -15,9 +15,13 @@ jobs:
 | 
			
		||||
          apt-get -y update
 | 
			
		||||
          apt-get -y install buildah
 | 
			
		||||
 | 
			
		||||
          (echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf
 | 
			
		||||
 | 
			
		||||
      - name: Build Ubuntu 22.04
 | 
			
		||||
        id: build
 | 
			
		||||
        uses: redhat-actions/buildah-build@v2
 | 
			
		||||
        env:
 | 
			
		||||
          BUILDAH_ISOLATION: chroot
 | 
			
		||||
        with:
 | 
			
		||||
          image: git.nul.ie/dev/actions-ubuntu
 | 
			
		||||
          tags: '22.04'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user