Skip not needed
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									562df850e8
								
							
						
					
					
						commit
						c9c37b8060
					
				@ -231,9 +231,6 @@ jobs:
 | 
				
			|||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - 5000:5000
 | 
					          - 5000:5000
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      -
 | 
					 | 
				
			||||||
        name: Checkout
 | 
					 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Set up QEMU
 | 
					        name: Set up QEMU
 | 
				
			||||||
        uses: docker/setup-qemu-action@master
 | 
					        uses: docker/setup-qemu-action@master
 | 
				
			||||||
@ -247,9 +244,6 @@ jobs:
 | 
				
			|||||||
        name: Build and push to local registry
 | 
					        name: Build and push to local registry
 | 
				
			||||||
        uses: docker/build-push-action@v2
 | 
					        uses: docker/build-push-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          context: .
 | 
					 | 
				
			||||||
          file: ./Dockerfile
 | 
					 | 
				
			||||||
          platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
 | 
					 | 
				
			||||||
          allow: network.host,security.insecure
 | 
					          allow: network.host,security.insecure
 | 
				
			||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          tags: localhost:5000/name/app:latest
 | 
					          tags: localhost:5000/name/app:latest
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user