Skip to content

Commit 0ab2b47

Browse files
committed
Use humble with 2.x
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 8abc3d8 commit 0ab2b47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-reusable-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
env:
6666
DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE: "ddsrouter:ci"
6767
DDSROUTER_COMPOSE_TEST_ROS2_DOCKER_IMAGE: "vulcanexus:ci"
68+
VULCANEXUS_IMAGE: ${{ startsWith(inputs.fastdds_branch, '2.') && 'eprosima/vulcanexus:humble-core' || 'eprosima/vulcanexus:jazzy-core' }}
6869

6970
steps:
7071

@@ -80,7 +81,7 @@ jobs:
8081
cd ./src/.github/docker/vulcanexus
8182
docker build \
8283
--no-cache \
83-
--build-arg docker_image_base=eprosima/vulcanexus:jazzy-core \
84+
--build-arg docker_image_base=${{ env.VULCANEXUS_IMAGE }} \
8485
-t ${{ env.DDSROUTER_COMPOSE_TEST_ROS2_DOCKER_IMAGE }} \
8586
-f Dockerfile .
8687

0 commit comments

Comments
 (0)