From 02a6aedd350f1b9911b96846e4ef52d3502492de Mon Sep 17 00:00:00 2001 From: Matthew Hansen <12618239+mkhansenbot@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:33:36 +0000 Subject: [PATCH] DEBUG - don't merge --- .github/workflows/docker-build.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 805a0e8..413b641 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -15,21 +15,6 @@ jobs: uses: actions/checkout@v2 - name: Set up buildx uses: docker/setup-buildx-action@v1 - - name: Build moveit2 image - uses: docker/build-push-action@v2 - with: - context: moveit2 - push: false - tags: openrobotics/moveit2 - cache-from: type=gha - cache-to: type=gha,mode=max - no-cache: true - - name: Build space robots demo image - uses: docker/build-push-action@v2 - with: - context: space_robots - push: false - tags: space_robots - cache-from: type=gha - cache-to: type=gha,mode=max - no-cache: true + - name: Check disk space (debug - don't merge) + run: | + df -h . \ No newline at end of file