fix(ci): inverted names (#1705)

This commit is contained in:
Steven Palma
2025-08-09 00:21:42 +02:00
committed by GitHub
parent 11e6bd762a
commit 0878c6880f

View File

@@ -29,8 +29,8 @@ on:
env: env:
UV_VERSION: "0.8.0" UV_VERSION: "0.8.0"
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-gpu:latest DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-cpu:latest
DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-cpu:latest DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-gpu:latest
# Ensures that only the latest commit is built, canceling older runs. # Ensures that only the latest commit is built, canceling older runs.
concurrency: concurrency: