Skip to content

Commit

Permalink
add release download action
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller committed Dec 18, 2023
1 parent 915e5fc commit db9f7b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: robinraju/[email protected]
name: Download python-api
with:
repository: carla-compose/carla
latest: true
fileName: "*.md"
out-file-path: artifacts

- name: debug
run: ls artifacts


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

0 comments on commit db9f7b3

Please sign in to comment.