Skip to content

Commit ebae3f3

Browse files
committed
Update Docker Buildx action to version 4.0.0 in build workflow
1 parent d3ed299 commit ebae3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
ngc-cli-api-key: ${{ secrets.NGC_TELEOP_CORE_GITHUB_SERVICE_KEY }}
166166

167167
- name: Set up Docker Buildx
168-
uses: docker/setup-buildx-action@v3
168+
uses: docker/setup-buildx-action@v4.0.0
169169

170170
- name: Build teleop_ros2 image
171171
run: |
@@ -208,7 +208,7 @@ jobs:
208208
tar -xvf isaacteleop-install.tar -C install
209209
210210
- name: Set up Docker Buildx
211-
uses: docker/setup-buildx-action@v3
211+
uses: docker/setup-buildx-action@v4.0.0
212212

213213
- name: Run Tests with CloudXR
214214
env:

0 commit comments

Comments
 (0)