Skip to content

Commit

Permalink
Add check space steps
Browse files Browse the repository at this point in the history
  • Loading branch information
elenamsd committed Aug 22, 2024
1 parent 4cc6e66 commit 928bb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-webapp-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check space in machine
run: |
df -h
ls -lh /dev/root
df -h /dev/root
- name: Build & Push
uses: docker/build-push-action@v4
id: built-image
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Check space in machine after build
run: |
df -h
ls -lh /dev/root
df -h /dev/root
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down

0 comments on commit 928bb3a

Please sign in to comment.