Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akasona committed Apr 26, 2024
1 parent 1ea8e9a commit c76140c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Workaround for running out of disk space
run: |
ls -l /
ls -l /var/lib
sudo chown runner /mnt
mkdir -p /mnt/docker
tree /var/lib/docker
sudo mkdir -p /mnt/docker
sudo stop docker
sudo rm -rf /var/lib/docker
sudo ln -s /mnt/docker /var/lib/docker
sudo start docker
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit c76140c

Please sign in to comment.