Skip to content

Commit 73829ab

Browse files
committed
Fix GitHub caching issue
I see crossplane/crossplane#6399 Signed-off-by: Nic Cope <[email protected]>
1 parent c227474 commit 73829ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Common versions
1717
PYTHON_VERSION: '3.11'
1818
HATCH_VERSION: '1.12.0'
19-
DOCKER_BUILDX_VERSION: 'v0.11.2'
19+
DOCKER_BUILDX_VERSION: 'v0.24.0'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh
2222
# script. They determine what version it installs.
@@ -140,6 +140,8 @@ jobs:
140140
- name: Download Single-Platform Packages
141141
uses: actions/download-artifact@v4
142142
with:
143+
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
144+
pattern: "!*.dockerbuild"
143145
path: .
144146
merge-multiple: true
145147

0 commit comments

Comments
 (0)