Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 2546a4d

Browse files
author
Stephen Gutekanst
committed
CI: try brew cask for docker install
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent 89c67fa commit 2546a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish Docker image
4343
if: success() && github.ref == 'refs/heads/main' && github.event_Name == 'push' && github.repository == 'sourcegraph/doctree'
4444
run: |
45-
brew install docker
45+
brew install --cask docker
4646
echo "$DOCKER_PASSWORD" | docker login -u="$DOCKER_USERNAME" --password-stdin
4747
task build-image
4848
docker tag "sourcegraph/doctree:dev" "sourcegraph/doctree:$RELEASE_COMMIT"

0 commit comments

Comments
 (0)