Skip to content

Commit

Permalink
[Bug][workflow] fix scaleph-sql-template compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Jul 9, 2023
1 parent 46bc7da commit bf59e1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-sql-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build scaleph-sql-template
run: cd scaleph-engine/scaleph-sql-template && \
mvn -B -U clean package -DskipTests -Dfast
run: mvn -B -U clean package -DskipTests -Dfast --file scaleph-engine/scaleph-sql-template/pom.xml
- name: Build image
uses: docker/build-push-action@v4
with:
Expand All @@ -73,4 +72,4 @@ jobs:
build-args: FLINK_VERSION=${{ env.FLINK_VERSION }}
platforms: linux/amd64,linux/arm64
file: tools/docker/build/scaleph-sql-template/Dockerfile
tags: ${{ env.HUB }}:${{ env.FLINK_VERSION }}
tags: ${{ env.HUB }}:${{ env.FLINK_VERSION }}

0 comments on commit bf59e1b

Please sign in to comment.