Skip to content

Commit

Permalink
Load moveit2 tar file into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 9, 2023
1 parent 74447ff commit d714549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
with:
context: moveit2
push: false
load: true
tags: openrobotics/moveit2:latest
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: false
outputs: type=docker,dest=/tmp/moveit2.tar
- name: Build space robots demo image
run: |
docker load --input /tmp/moveit2.tar
docker images
cd space_robots && build.sh
cd space_robots && ./build.sh

0 comments on commit d714549

Please sign in to comment.