Skip to content

Commit

Permalink
Change docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Sep 16, 2024
1 parent b6aec2a commit 0551f97
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Change data-dir
run: |
sudo systemctl stop docker
sudo rm -rf /var/lib/docker
sudo mkdir /mnt/docker
sudo ln -s /mnt/docker /var/lib/docker
sudo systemctl start docker
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -37,9 +45,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: Build and push
uses: docker/bake-action@v4
with:
Expand Down

0 comments on commit 0551f97

Please sign in to comment.