Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobHumiliator authored Jun 13, 2024
1 parent 03408cc commit 4d65027
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3

- name: Configure Docker Root to Large Space
run: |
echo '{ "data-root": "/home/runner/work/docker_image_pusher/docker_image_pusher" }' | sudo tee /etc/docker/daemon.json
sudo systemctl daemon-reload
sudo systemctl start docker
- name: Checkout Code
uses: actions/checkout@v4

Expand Down

0 comments on commit 4d65027

Please sign in to comment.