File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 outputs :
2626 # We return the main image_tag since we can no longer get it from the deprecated .env file
27- image_tag : main
27+ image_tag : ${{ inputs.image_tag }}
2828 steps :
2929 - uses : actions/checkout@v4
3030 integration-test-in-studio-container :
@@ -36,10 +36,10 @@ jobs:
3636 ROS_LOCALHOST_ONLY : 1
3737 RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
3838 CYCLONEDDS_URI : /tmp/cyclonedds.xml
39- STUDIO_DOCKER_TAG : ${{ needs.setup.outputs .image_tag }}
39+ STUDIO_DOCKER_TAG : ${{ inputs .image_tag }}
4040 # We always need to test in mocked hardware
4141 STUDIO_CONFIG_PACKAGE : ${{ inputs.config_package }}
42- container : picknikciuser/moveit-studio:${{ needs.setup.outputs .image_tag }}
42+ container : picknikciuser/moveit-studio:${{ inputs .image_tag }}
4343 steps :
4444 - name : Set USER_WS environment variable
4545 id : set_user_ws
You can’t perform that action at this time.
0 commit comments