You've already forked ansible-docker
							
							fix(ci): add missing Dockerfile suffix
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build / build-rocky-linux-8 (push) Has been cancelled
				
			
		
			
				
	
				Build / build-arch-linux (push) Has been cancelled
				
			
		
			
				
	
				Release / push-arch-linux (push) Successful in 16m51s
				
			
		
			
				
	
				Release / push-rocky-linux-8 (push) Failing after 54s
				
			
		
			
				
	
				Release / sync-to-hub-docker-io (push) Has been skipped
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build / build-rocky-linux-8 (push) Has been cancelled
				
			Build / build-arch-linux (push) Has been cancelled
				
			Release / push-arch-linux (push) Successful in 16m51s
				
			Release / push-rocky-linux-8 (push) Failing after 54s
				
			Release / sync-to-hub-docker-io (push) Has been skipped
				
			This commit is contained in:
		@@ -47,7 +47,7 @@ jobs:
 | 
				
			|||||||
          TAG=latest
 | 
					          TAG=latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          docker buildx build \
 | 
					          docker buildx build \
 | 
				
			||||||
            --file Dockerfile \
 | 
					            --file Dockerfile.rockylinux-8 \
 | 
				
			||||||
            --push \
 | 
					            --push \
 | 
				
			||||||
            --tag git.cryptic.systems/volker.raschek/ansible:${TAG}-rockylinux-8 \
 | 
					            --tag git.cryptic.systems/volker.raschek/ansible:${TAG}-rockylinux-8 \
 | 
				
			||||||
            .
 | 
					            .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user