We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25ed39 commit 3fdeefcCopy full SHA for 3fdeefc
.github/workflows/docker-publish.yml
@@ -57,6 +57,8 @@ jobs:
57
registry: ghcr.io
58
username: ${{ github.actor }}
59
password: ${{ secrets.GITHUB_TOKEN }}
60
+ - name: Check Disk Space
61
+ run: df -h
62
- name: Build and push
63
uses: docker/build-push-action@v6
64
with:
@@ -65,3 +67,4 @@ jobs:
65
67
tags: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ env.COMET_VERSION }}
66
68
file: kube/Dockerfile
69
build-args: "--progress=plain"
70
+ no-cache: true
0 commit comments