File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2727 - ' *.*.*'
2828 - ' *.*.*-rc*'
2929 - ' test-docker-publish-*'
30+ branches :
31+ - ' fix_docker'
3032
3133jobs :
3234 docker :
4143 with :
4244 java-version : ' 17'
4345 distribution : ' temurin'
46+ cache : ' maven'
4447 - name : Extract Comet version
4548 id : extract_version
4649 run : |
@@ -56,10 +59,14 @@ jobs:
5659 registry : ghcr.io
5760 username : ${{ github.actor }}
5861 password : ${{ secrets.GITHUB_TOKEN }}
62+ - name : Check Disk Space
63+ run : df -h
5964 - name : Build and push
6065 uses : docker/build-push-action@v6
6166 with :
6267 platforms : linux/amd64,linux/arm64
6368 push : true
6469 tags : ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ env.COMET_VERSION }}
6570 file : kube/Dockerfile
71+ build-args : " --progress=plain"
72+ no-cache : true
You can’t perform that action at this time.
0 commit comments