We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b532f commit 952ce88Copy full SHA for 952ce88
.github/workflows/docker.yml
@@ -5,7 +5,6 @@ on:
5
push:
6
branches:
7
- main
8
- - master
9
merge_group:
10
release:
11
types:
@@ -79,13 +78,11 @@ jobs:
79
78
)
80
fi
81
elif [[ "${GITHUB_EVENT_NAME}" == "push" &&
82
- ("${GITHUB_REF}" == "refs/heads/master" || "${GITHUB_REF}" == "refs/heads/main") &&
+ ("${GITHUB_REF}" == "refs/heads/main") &&
83
"${version}" == "22.04" ]]; then
84
tags+=(
85
"ghcr.io/homebrew/brew:main"
86
- "ghcr.io/homebrew/brew:master"
87
"ghcr.io/homebrew/ubuntu${version}:main"
88
- "ghcr.io/homebrew/ubuntu${version}:master"
89
90
91
0 commit comments