We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227474 commit 73829abCopy full SHA for 73829ab
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ env:
16
# Common versions
17
PYTHON_VERSION: '3.11'
18
HATCH_VERSION: '1.12.0'
19
- DOCKER_BUILDX_VERSION: 'v0.11.2'
+ DOCKER_BUILDX_VERSION: 'v0.24.0'
20
21
# These environment variables are important to the Crossplane CLI install.sh
22
# script. They determine what version it installs.
@@ -140,6 +140,8 @@ jobs:
140
- name: Download Single-Platform Packages
141
uses: actions/download-artifact@v4
142
with:
143
+ # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
144
+ pattern: "!*.dockerbuild"
145
path: .
146
merge-multiple: true
147
0 commit comments