Skip to content

Commit 0878c68

Browse files
fix(ci): inverted names (#1705)
1 parent 11e6bd7 commit 0878c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ on:
2929
env:
3030
UV_VERSION: "0.8.0"
3131
PYTHON_VERSION: "3.10"
32-
DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-gpu:latest
33-
DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-cpu:latest
32+
DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-cpu:latest
33+
DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-gpu:latest
3434

3535
# Ensures that only the latest commit is built, canceling older runs.
3636
concurrency:

0 commit comments

Comments
 (0)