Skip to content

Commit

Permalink
[Bug][workflow] fix scaleph-seatunnel docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya authored Aug 17, 2023
1 parent 33de276 commit 34b36fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-seatunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
tags: ${{ env.HUB }}:${{ env.SEATUNNEL_VERSION }}-flink-${{ env.FLINK_VERSION }}

0 comments on commit 34b36fc

Please sign in to comment.