Merge pull request #19274 from Homebrew/docker-master-images
workflows/docker: continue to deploy `master` images
This commit is contained in:
		
						commit
						6567eb2bbb
					
				
							
								
								
									
										5
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							@ -2,6 +2,9 @@ name: Docker
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
  merge_group:
 | 
			
		||||
  release:
 | 
			
		||||
    types:
 | 
			
		||||
@ -74,7 +77,7 @@ jobs:
 | 
			
		||||
                "homebrew/brew:latest"
 | 
			
		||||
              )
 | 
			
		||||
            fi
 | 
			
		||||
          elif [[ "${GITHUB_EVENT_NAME}" == "merge_group" &&
 | 
			
		||||
          elif [[ "${GITHUB_EVENT_NAME}" == "push" &&
 | 
			
		||||
                  "${GITHUB_REF}" == "refs/heads/master" &&
 | 
			
		||||
                  "${{ matrix.version }}" == "22.04" ]]; then
 | 
			
		||||
            tags+=(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user