File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ _environments:
482
482
executors :
483
483
debug_exec :
484
484
docker :
485
- - image : ruffsl /navigation2:main.debug
485
+ - image : rosplanning /navigation2:main.debug
486
486
working_directory : /opt/overlay_ws
487
487
environment :
488
488
<< : *common_environment
@@ -491,7 +491,7 @@ executors:
491
491
UNDERLAY_MIXINS : " release ccache"
492
492
release_exec :
493
493
docker :
494
- - image : ruffsl /navigation2:main.release
494
+ - image : rosplanning /navigation2:main.release
495
495
working_directory : /opt/overlay_ws
496
496
environment :
497
497
<< : *common_environment
@@ -579,13 +579,13 @@ workflows:
579
579
branches :
580
580
only :
581
581
- main
582
- # dockerhub:
583
- # jobs:
584
- # - rebuild_dockerhub
585
- # triggers:
586
- # - schedule:
587
- # cron: "0 7 * * *"
588
- # filters:
589
- # branches:
590
- # only:
591
- # - main
582
+ dockerhub :
583
+ jobs :
584
+ - rebuild_dockerhub
585
+ triggers :
586
+ - schedule :
587
+ cron : " 0 7 * * *"
588
+ filters :
589
+ branches :
590
+ only :
591
+ - main
You can’t perform that action at this time.
0 commit comments