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

Commit 5f0553c

Browse files
author
Stephen Gutekanst
committed
CI: install docker before running commands
Helps #20 Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent ada7594 commit 5f0553c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +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
4546
echo "${DOCKER_PASSWORD}" | docker login -u="${DOCKER_USENAME}" --password-stdin
4647
task build-image
4748
docker tag "sourcegraph/doctree:dev" "sourcegraph/doctree:${RELEASE_COMMIT}"

0 commit comments

Comments
 (0)