Skip to content

Commit 11519eb

Browse files
authored
Merge pull request #20 from negz/cee-eye
Fix GitHub Cache issue in build
2 parents 81e7264 + 579a2c9 commit 11519eb

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
@@ -15,7 +15,7 @@ on:
1515
env:
1616
# Common versions
1717
PYTHON_VERSION: '3.11.5'
18-
DOCKER_BUILDX_VERSION: 'v0.11.2'
18+
DOCKER_BUILDX_VERSION: 'v0.24.0'
1919

2020
# These environment variables are important to the Crossplane CLI install.sh
2121
# 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)