Skip to content

Commit

Permalink
Merge pull request #18396 from Homebrew/docker-brew-master
Browse files Browse the repository at this point in the history
workflows/docker: publish `homebrew/brew:master`
  • Loading branch information
MikeMcQuaid committed Sep 24, 2024
2 parents cee2287 + ca9c4bf commit a553e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
"${GITHUB_REF}" == "refs/heads/master" &&
"${{ matrix.version }}" == "22.04" ]]; then
tags+=(
"ghcr.io/homebrew/brew:master"
"ghcr.io/homebrew/ubuntu${{ matrix.version }}:master"
"homebrew/brew:master"
"homebrew/ubuntu${{matrix.version}}:master"
)
fi
Expand Down

0 comments on commit a553e6b

Please sign in to comment.