We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec4919 commit ae03d6cCopy full SHA for ae03d6c
.github/workflows/docker-build.yml
@@ -39,3 +39,19 @@ jobs:
39
docker load --input /tmp/moveit2.tar
40
docker images
41
cd space_robots && ./build.sh
42
+ space_nav2:
43
+ runs-on: ubuntu-20.04
44
+ steps:
45
+ - name: Checkout
46
+ uses: actions/checkout@v2
47
+ - name: Set up buildx
48
+ uses: docker/setup-buildx-action@v1
49
+ - name: Build space_nav2 image
50
+ uses: docker/build-push-action@v2
51
+ with:
52
+ context: navigation2
53
+ push: false
54
+ tags: osrf/space_nav2:latest
55
+ cache-from: type=gha
56
+ cache-to: type=gha,mode=max
57
+ no-cache: false
0 commit comments