Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Dec 19, 2023
1 parent ee394e3 commit a660837
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,4 +40,3 @@ jobs:
file: docker/Dockerfile
tags: cgellerac/carla-scenario-runner
no-cache: true
context: ..

0 comments on commit a660837

Please sign in to comment.