diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1d35fa9223..3b97f7b820 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -736,6 +736,11 @@ jobs: mkdir -p .docker-custom echo DOCKER_CONFIG=$(pwd)/.docker-custom >> $GITHUB_ENV - uses: docker/setup-buildx-action@v3 + with: + # Disable cleanup to work-around failure at post-run stage: + # "Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved." + # See also https://github.com/neondatabase/neon/pull/7445 + cleanup: false - uses: docker/login-action@v3 with: @@ -799,6 +804,10 @@ jobs: config-inline: | [worker.oci] max-parallelism = 1 + # Disable cleanup to work-around failure at post-run stage: + # "Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved." + # See also https://github.com/neondatabase/neon/pull/7445 + cleanup: false - uses: docker/login-action@v3 with: