diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 539f2026f..4c7013190 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 name: Checkout repository with: - path: scenario-runner + path: carla-scenario-runner submodules: true - uses: docker/login-action@v3 @@ -45,7 +45,7 @@ jobs: name: Build and push with: push: true - file: scenario-runner/docker/Dockerfile + file: carla-scenario-runner/docker/Dockerfile tags: cgellerac/carla-scenario-runner no-cache: true context: .