Skip to content

Commit 8f41120

Browse files
committed
CI: Do not upload docker build record
1 parent 899fad4 commit 8f41120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ jobs:
351351
${{ needs.precondition.outputs.image_url }}
352352
# Use the infra image cache to speed up
353353
cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ inputs.branch }}
354+
env:
355+
DOCKER_BUILD_RECORD_UPLOAD: false
354356

355357
pyspark:
356358
needs: [precondition, infra-image]

0 commit comments

Comments
 (0)