Skip to content

Commit 952ce88

Browse files
committed
workflows/docker: remove references to master branch
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 75b532f commit 952ce88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98
merge_group:
109
release:
1110
types:
@@ -79,13 +78,11 @@ jobs:
7978
)
8079
fi
8180
elif [[ "${GITHUB_EVENT_NAME}" == "push" &&
82-
("${GITHUB_REF}" == "refs/heads/master" || "${GITHUB_REF}" == "refs/heads/main") &&
81+
("${GITHUB_REF}" == "refs/heads/main") &&
8382
"${version}" == "22.04" ]]; then
8483
tags+=(
8584
"ghcr.io/homebrew/brew:main"
86-
"ghcr.io/homebrew/brew:master"
8785
"ghcr.io/homebrew/ubuntu${version}:main"
88-
"ghcr.io/homebrew/ubuntu${version}:master"
8986
)
9087
fi
9188

0 commit comments

Comments
 (0)