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 1f9aa5e commit 30bdb8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
name: Create docker image
runs-on: self-hosted
steps:

- uses: actions/checkout@v4
name: Checkout repository
with:
path: scenario_runner

- uses: docker/login-action@v3
name: Login to Docker Hub
with:
Expand Down Expand Up @@ -45,6 +51,6 @@ jobs:
name: Build and push
with:
push: true
file: docker/Dockerfile
file: scenario_runner/docker/Dockerfile
tags: cgellerac/carla-scenario-runner
no-cache: true

0 comments on commit 30bdb8a

Please sign in to comment.