Skip to content

Commit

Permalink
Merge branch 'feature/client-image' of github.com:cgeller/carla into …
Browse files Browse the repository at this point in the history
…feature/client-image
  • Loading branch information
cgeller committed Feb 2, 2024
2 parents 4a70aed + be1367f commit 877cfc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
file: Util/Docker/Carla.Dockerfile
tags: rwthika/carla-simulator:source${{env.IMAGE_TAG_SUFFIX}}
no-cache: true
push: false
context: .
push: true

# provide artifacts and releases
provide-artifacts:
Expand Down Expand Up @@ -143,6 +143,7 @@ jobs:
build-args: |
UBUNTU_VERSION=22.04
context: .
push: true

# create vulkan-base for carla server image
create-vulkan-base-image:
Expand Down

0 comments on commit 877cfc4

Please sign in to comment.