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.
2 parents eb45288 + 49567cc commit 2b49fc6Copy full SHA for 2b49fc6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ env:
16
# Common versions
17
GO_VERSION: '1.23.6'
18
GOLANGCI_VERSION: 'v1.62.0'
19
- DOCKER_BUILDX_VERSION: 'v0.11.2'
+ DOCKER_BUILDX_VERSION: 'v0.23.0'
20
21
# These environment variables are important to the Crossplane CLI install.sh
22
# script. They determine what version it installs.
@@ -143,6 +143,7 @@ jobs:
143
with:
144
path: .
145
merge-multiple: true
146
+ pattern: "!*.dockerbuild" # This gets uploaded by docker/build-push-action but must be skipped: https://github.com/actions/toolkit/pull/1874
147
148
- name: Setup the Crossplane CLI
149
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
0 commit comments