Skip to content

Commit

Permalink
CI: Do not upload docker build record
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Sep 4, 2024
1 parent 899fad4 commit 8f41120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ jobs:
${{ needs.precondition.outputs.image_url }}
# Use the infra image cache to speed up
cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ inputs.branch }}
env:
DOCKER_BUILD_RECORD_UPLOAD: false

pyspark:
needs: [precondition, infra-image]
Expand Down

0 comments on commit 8f41120

Please sign in to comment.