Skip to content

Commit 05a68fc

Browse files
committed
docker reduce noise
1 parent 5461a8c commit 05a68fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ jobs:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
59-
- name: Check Disk Space
60-
run: df -h
6159
- name: Build and push
6260
uses: docker/build-push-action@v6
6361
with:
6462
platforms: linux/amd64,linux/arm64
6563
push: true
6664
tags: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ env.COMET_VERSION }}
6765
file: kube/Dockerfile
66+
build-args: "--progress=plain"

0 commit comments

Comments
 (0)