Skip to content

Commit

Permalink
Extract PythonAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Dec 19, 2023
1 parent 37db813 commit af50942
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
with:
repository: carla-compose/carla
latest: true
fileName: "PythonAPI"
fileName: PythonAPI.tar.gz
out-file-path: artifacts


- name: Extract PythonAPI
run: tar -xvzf artifacts/PythonAPI.tar.gz -C artifacts/PythonAPI

- uses: docker/build-push-action@v5
name: Build and push
with:
Expand Down

0 comments on commit af50942

Please sign in to comment.