Skip to content

Commit

Permalink
Update Docker configuration in GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Miaha Cybersec <[email protected]>
  • Loading branch information
Miaha Cybersec authored and Miaha Cybersec committed Jul 2, 2024
1 parent c17ccf0 commit fbeda0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
with:
go-version: "1.22"
check-latest: true
- name: Create /home/runner/.docker/buildx/current
- name: Add containerd-snapshotter to docker daemon
run: |
echo '{"features": { "containerd-snapshotter": true }}' > /etc/docker/daemon.json
echo '{"features": { "containerd-snapshotter": true }}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
- name: Unit test
shell: bash
Expand Down

0 comments on commit fbeda0f

Please sign in to comment.