From c42966a9f30cf9320b69e81aa31c48f504ba949a Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Fri, 8 Mar 2024 13:15:13 +0900 Subject: [PATCH] fix(ci): missing correction in #4072 Signed-off-by: Kotaro Yoshimoto --- .github/workflows/build-main-self-hosted.yaml | 4 ++-- .github/workflows/build-main.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-main-self-hosted.yaml b/.github/workflows/build-main-self-hosted.yaml index 8f51ba5a262..acf50fdf50a 100644 --- a/.github/workflows/build-main-self-hosted.yaml +++ b/.github/workflows/build-main-self-hosted.yaml @@ -42,10 +42,10 @@ jobs: cat arm64.env | sed -e "s/^\s*//" -e "/^#/d" >> $GITHUB_ENV fi - - name: Build 'autoware-universe' + - name: Build 'autoware-openadk' uses: ./.github/actions/docker-build-and-push with: - bake-target: autoware-universe + bake-target: autoware-openadk build-args: | *.platform=linux/arm64 *.args.ROS_DISTRO=${{ env.rosdistro }} diff --git a/.github/workflows/build-main.yaml b/.github/workflows/build-main.yaml index 0b55e94658e..eb6e6fe84cf 100644 --- a/.github/workflows/build-main.yaml +++ b/.github/workflows/build-main.yaml @@ -37,10 +37,10 @@ jobs: cat arm64.env | sed -e "s/^\s*//" -e "/^#/d" >> $GITHUB_ENV fi - - name: Build 'autoware-universe' + - name: Build 'autoware-openadk' uses: ./.github/actions/docker-build-and-push with: - bake-target: autoware-universe + bake-target: autoware-openadk build-args: | *.platform=linux/amd64 *.args.ROS_DISTRO=${{ env.rosdistro }}