Skip to content

Commit 3fdeefc

Browse files
committed
docker reduce noise
1 parent e25ed39 commit 3fdeefc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}
5959
password: ${{ secrets.GITHUB_TOKEN }}
60+
- name: Check Disk Space
61+
run: df -h
6062
- name: Build and push
6163
uses: docker/build-push-action@v6
6264
with:
@@ -65,3 +67,4 @@ jobs:
6567
tags: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ env.COMET_VERSION }}
6668
file: kube/Dockerfile
6769
build-args: "--progress=plain"
70+
no-cache: true

0 commit comments

Comments
 (0)