Merge pull request #19274 from Homebrew/docker-master-images

workflows/docker: continue to deploy `master` images
This commit is contained in:
Bo Anderson 2025-02-09 04:47:08 +00:00 committed by GitHub
commit 6567eb2bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@ name: Docker
on: on:
pull_request: pull_request:
push:
branches:
- master
merge_group: merge_group:
release: release:
types: types:
@ -74,7 +77,7 @@ jobs:
"homebrew/brew:latest" "homebrew/brew:latest"
) )
fi fi
elif [[ "${GITHUB_EVENT_NAME}" == "merge_group" && elif [[ "${GITHUB_EVENT_NAME}" == "push" &&
"${GITHUB_REF}" == "refs/heads/master" && "${GITHUB_REF}" == "refs/heads/master" &&
"${{ matrix.version }}" == "22.04" ]]; then "${{ matrix.version }}" == "22.04" ]]; then
tags+=( tags+=(