workflows/docker: improve step names.
Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
		
							parent
							
								
									fb03a29ec6
								
							
						
					
					
						commit
						e98fae8512
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							@ -103,7 +103,7 @@ jobs:
 | 
				
			|||||||
            fi
 | 
					            fi
 | 
				
			||||||
          } | tee -a "${GITHUB_OUTPUT}"
 | 
					          } | tee -a "${GITHUB_OUTPUT}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Log in to GitHub Packages
 | 
					      - name: Log in to GitHub Packages (github-actions[bot])
 | 
				
			||||||
        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
 | 
					        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ghcr.io
 | 
					          registry: ghcr.io
 | 
				
			||||||
@ -123,7 +123,7 @@ jobs:
 | 
				
			|||||||
      - name: Run brew test-bot --only-setup
 | 
					      - name: Run brew test-bot --only-setup
 | 
				
			||||||
        run: docker run --rm brew brew test-bot --only-setup
 | 
					        run: docker run --rm brew brew test-bot --only-setup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Log in to GitHub Packages (again)
 | 
					      - name: Log in to GitHub Packages (BrewTestBot)
 | 
				
			||||||
        if: steps.attributes.outputs.push == 'true'
 | 
					        if: steps.attributes.outputs.push == 'true'
 | 
				
			||||||
        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
 | 
					        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user