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 34b36fc commit eafc5f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-seatunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ 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 }}

0 comments on commit eafc5f0

Please sign in to comment.