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 5461a8c commit 05a68fcCopy full SHA for 05a68fc
.github/workflows/docker-publish.yml
@@ -56,12 +56,11 @@ jobs:
56
registry: ghcr.io
57
username: ${{ github.actor }}
58
password: ${{ secrets.GITHUB_TOKEN }}
59
- - name: Check Disk Space
60
- run: df -h
61
- name: Build and push
62
uses: docker/build-push-action@v6
63
with:
64
platforms: linux/amd64,linux/arm64
65
push: true
66
tags: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ env.COMET_VERSION }}
67
file: kube/Dockerfile
+ build-args: "--progress=plain"
0 commit comments