Skip to content

Commit

Permalink
start docker deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 960e1bd commit 830951b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ jobs:
packages: write

steps:
- name: Setup Docker & yarn
- name: Setup Docker
run: |
brew install \
docker \
yarn
brew install docker
sudo systemctl start docker
- name: Login to registry
uses: docker/login-action@v3
Expand All @@ -91,6 +90,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup Yarn
run: brew install yarn

- name: Setup Node 20.10.0 LTS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 830951b

Please sign in to comment.