From 73829ab74ae1acd1766d77160ed04d7fb74f3f4e Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Fri, 6 Jun 2025 14:29:33 -0700 Subject: [PATCH] Fix GitHub caching issue I see https://github.com/crossplane/crossplane/discussions/6399 Signed-off-by: Nic Cope --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5db3cb..2cfab42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: # Common versions PYTHON_VERSION: '3.11' HATCH_VERSION: '1.12.0' - DOCKER_BUILDX_VERSION: 'v0.11.2' + DOCKER_BUILDX_VERSION: 'v0.24.0' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. @@ -140,6 +140,8 @@ jobs: - name: Download Single-Platform Packages uses: actions/download-artifact@v4 with: + # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries + pattern: "!*.dockerbuild" path: . merge-multiple: true