Skip Docker CI Login/Push on forks (#23564)
This commit is contained in:
		
							parent
							
								
									50d39c275d
								
							
						
					
					
						commit
						ed887271f3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/build-image.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-image.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -33,7 +33,7 @@ jobs:
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
					          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
				
			||||||
          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
					          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
				
			||||||
        if: github.event_name != 'pull_request'
 | 
					        if: github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Log in to the Github Container registry
 | 
					      - name: Log in to the Github Container registry
 | 
				
			||||||
        uses: docker/login-action@v2
 | 
					        uses: docker/login-action@v2
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,7 @@ jobs:
 | 
				
			||||||
          registry: ghcr.io
 | 
					          registry: ghcr.io
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: ${{ github.actor }}
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        if: github.event_name != 'pull_request'
 | 
					        if: github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: docker/metadata-action@v4
 | 
					      - uses: docker/metadata-action@v4
 | 
				
			||||||
        id: meta
 | 
					        id: meta
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue