From 34b36fc6915c7b3fe84301e2455c0937a1ecce83 Mon Sep 17 00:00:00 2001 From: kalencaya <1942460489@qq.com> Date: Thu, 17 Aug 2023 17:09:51 +0800 Subject: [PATCH] [Bug][workflow] fix scaleph-seatunnel docker build workflow --- .github/workflows/docker-seatunnel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-seatunnel.yml b/.github/workflows/docker-seatunnel.yml index f51344bfa..9f96e6dcc 100644 --- a/.github/workflows/docker-seatunnel.yml +++ b/.github/workflows/docker-seatunnel.yml @@ -68,7 +68,7 @@ jobs: no-cache: true push: true context: . - build-args: FLINK_VERSION=${{ env.FLINK_VERSION }}, SEATUNNEL_VERSION=${{ env.SEATUNNEL_VERSION }} + build-args: FLINK_VERSION=${{ env.FLINK_VERSION }} SEATUNNEL_VERSION=${{ env.SEATUNNEL_VERSION }} platforms: linux/amd64,linux/arm64 file: tools/docker/build/scaleph-seatunnel/Dockerfile - tags: ${{ env.HUB }}:${{ env.SEATUNNEL_VERSION }}-flink-${{ env.FLINK_VERSION }} \ No newline at end of file + tags: ${{ env.HUB }}:${{ env.SEATUNNEL_VERSION }}-flink-${{ env.FLINK_VERSION }}