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 21, 2023
1 parent e7faa3d commit 6450e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: .
Expand Down

0 comments on commit 6450e30

Please sign in to comment.