diff --git a/.github/workflows/build-test-webapp-image.yaml b/.github/workflows/build-test-webapp-image.yaml index e2ab1323..007de10b 100644 --- a/.github/workflows/build-test-webapp-image.yaml +++ b/.github/workflows/build-test-webapp-image.yaml @@ -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 @@ -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