We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e7264 + 579a2c9 commit 11519ebCopy full SHA for 11519eb
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ on:
15
env:
16
# Common versions
17
PYTHON_VERSION: '3.11.5'
18
- DOCKER_BUILDX_VERSION: 'v0.11.2'
+ DOCKER_BUILDX_VERSION: 'v0.24.0'
19
20
# These environment variables are important to the Crossplane CLI install.sh
21
# 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