Skip to content

Commit

Permalink
Load moveit2 image from tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 9, 2023
1 parent b72427e commit 3ade75b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: false
outputs: type=docker,dest=/tmp/moveit2.tar
- name: Load moveit2 image
run: |
docker load --input /tmp/moveit2.tar
docker image ls -a
- name: Build space robots demo image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 3ade75b

Please sign in to comment.