Skip pushing containers on forks (#24106)
This commit is contained in:
		
							parent
							
								
									4213907aaf
								
							
						
					
					
						commit
						46d6cb0f36
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build-image.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-image.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -63,7 +63,7 @@ jobs:
 | 
			
		|||
          platforms: linux/amd64,linux/arm64
 | 
			
		||||
          provenance: false
 | 
			
		||||
          builder: ${{ steps.buildx.outputs.name }}
 | 
			
		||||
          push: ${{ github.event_name != 'pull_request' }}
 | 
			
		||||
          push: ${{ github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request' }}
 | 
			
		||||
          tags: ${{ steps.meta.outputs.tags }}
 | 
			
		||||
          labels: ${{ steps.meta.outputs.labels }}
 | 
			
		||||
          cache-from: type=gha
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue