mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-22 10:53:50 +00:00
update
This commit is contained in:
parent
1865af75f4
commit
f1cbb41431
@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
# Base image containing dependencies.
|
# Base image containing dependencies.
|
||||||
base:
|
base:
|
||||||
image: bot_mini:base
|
image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:base
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
# Overlay image containing the example source code.
|
# Overlay image containing the example source code.
|
||||||
overlay:
|
overlay:
|
||||||
extends: base
|
extends: base
|
||||||
image: bot_mini:overlay
|
image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:overlay
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user