mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	ci: use public bot account to push bin image
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -225,8 +225,8 @@ jobs:
 | 
			
		||||
        if: github.event_name != 'pull_request'
 | 
			
		||||
        uses: docker/login-action@v3
 | 
			
		||||
        with:
 | 
			
		||||
          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
			
		||||
          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
			
		||||
          username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
 | 
			
		||||
          password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
 | 
			
		||||
      -
 | 
			
		||||
        name: Build and push image
 | 
			
		||||
        uses: docker/bake-action@v4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user