Skip to content

Commit

Permalink
add dockerd
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Feb 15, 2024
1 parent 41c7590 commit d3385ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz
tar -xvzf docker-25.0.3.tgz

Check warning on line 35 in .github/workflows/Docker.yaml

View workflow job for this annotation

GitHub Actions / spell-check

Unknown word (xvzf)
cp docker/docker /usr/local/bin/
systemctl start docker
dockerd
- uses: actions/checkout@v3

Expand Down

0 comments on commit d3385ce

Please sign in to comment.