We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ed299 commit ebae3f3Copy full SHA for ebae3f3
.github/workflows/build-ubuntu.yml
@@ -165,7 +165,7 @@ jobs:
165
ngc-cli-api-key: ${{ secrets.NGC_TELEOP_CORE_GITHUB_SERVICE_KEY }}
166
167
- name: Set up Docker Buildx
168
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4.0.0
169
170
- name: Build teleop_ros2 image
171
run: |
@@ -208,7 +208,7 @@ jobs:
208
tar -xvf isaacteleop-install.tar -C install
209
210
211
212
213
- name: Run Tests with CloudXR
214
env:
0 commit comments