mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 05:58:40 +08:00 
			
		
		
		
	Warn on attempts to publish test-ubuntu-git from non-main branch.
This commit is contained in:
		
							parent
							
								
									2650dbd060
								
							
						
					
					
						commit
						fc4e79024e
					
				
							
								
								
									
										4
									
								
								.github/workflows/update-test-ubuntu-git.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/update-test-ubuntu-git.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -42,6 +42,10 @@ jobs:
 | 
			
		|||
        # Use `date` with a custom format to achieve the key=value format GITHUB_OUTPUT expects.
 | 
			
		||||
        run: date -u "+now=%Y%m%d.%H%M%S.%3NZ" >> "$GITHUB_OUTPUT"
 | 
			
		||||
 | 
			
		||||
      - name: Issue Image Publish Warning
 | 
			
		||||
        if:  ${{ inputs.publish && github.ref_name != 'main' }}
 | 
			
		||||
        run: echo "::warning::test-ubuntu-git images can only be published from the actions/checkout 'main' branch.  Workflow will continue with push/publish disabled."
 | 
			
		||||
 | 
			
		||||
      # Use `docker/build-push-action` to build (and optionally publish) the image. 
 | 
			
		||||
      - name: Build and push Docker image
 | 
			
		||||
        uses: docker/build-push-action@v5.1.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user