From 577a72ba7b198bafc30a48bf335ca142c919cc4b Mon Sep 17 00:00:00 2001 From: Georg Novotny Date: Fri, 29 Dec 2023 18:14:36 +0000 Subject: [PATCH] . --- .github/workflows/CI_CD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI_CD.yml b/.github/workflows/CI_CD.yml index e522052..d42b4dd 100644 --- a/.github/workflows/CI_CD.yml +++ b/.github/workflows/CI_CD.yml @@ -101,4 +101,5 @@ jobs: with: push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/sjtu_drone:ros2-${{ matrix.ros_distribution }} - args: --build-arg ROS_DISTRO=${{ matrix.ros_distribution}} + build-args: | + ROS_DISTRO=${{ matrix.ros_distribution }} \ No newline at end of file