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:
|
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+=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user