From a66083786723c8c0577ed17eb54b2aa303256257 Mon Sep 17 00:00:00 2001 From: Christian Geller <88664444+cgeller@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:53:44 +0100 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 61444231d..d5336e3ff 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,10 +28,10 @@ jobs: repository: carla-compose/carla latest: true fileName: PythonAPI.tar.gz - out-file-path: ../artifacts + out-file-path: artifacts - name: Extract PythonAPI - run: tar -xvzf ../artifacts/PythonAPI.tar.gz -C ../artifacts + run: tar -xvzf artifacts/PythonAPI.tar.gz -C artifacts - uses: docker/build-push-action@v5 name: Build and push @@ -40,4 +40,3 @@ jobs: file: docker/Dockerfile tags: cgellerac/carla-scenario-runner no-cache: true - context: ..