Skip to content

Commit

Permalink
Set no-cache to false for moveit2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 8, 2023
1 parent 8a55e5c commit b72427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tags: openrobotics/moveit2:latest
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true
no-cache: false
- name: Build space robots demo image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b72427e

Please sign in to comment.