Skip to content

Commit

Permalink
DEBUG - don't merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Jul 26, 2023
1 parent d7d26bf commit 02a6aed
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 02a6aed

Please sign in to comment.