-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward ports recent dockerfile changes on foxy #704
Conversation
Codecov Report
@@ Coverage Diff @@
## main #704 +/- ##
==========================================
+ Coverage 54.14% 54.18% +0.04%
==========================================
Files 192 192
Lines 20180 20180
==========================================
+ Hits 10925 10932 +7
+ Misses 9255 9248 -7
Continue to review full report at Codecov.
|
- name: Build and Push | ||
uses: docker/build-push-action@v2 | ||
with: | ||
context: . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's neat, thanks @rhaschke
Forward port of dockerfile changes in #698. Unblocks moveit/moveit2_tutorials#120