Skip to content

Commit 6bd1df6

Browse files
authored
Use input docker tag (#7)
1 parent 2be008e commit 6bd1df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workspace_integration_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)