Skip to content

Commit

Permalink
[hotfix] fix docker image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Sep 29, 2024
1 parent fb89033 commit 3c23472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
-D"docker.build.skip"=false \
-D"docker.verify.skip"=false \
-D"docker.push.skip"=false \
-D"skip.spotless"=true
-D"skip.spotless"=true \
-Dmaven.deploy.skip \
--no-snapshot-updates \
-Pdocker,seatunnel

0 comments on commit 3c23472

Please sign in to comment.