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 647bf49 commit f68e356Copy full SHA for f68e356
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ env:
16
# Common versions
17
GO_VERSION: '1.23.1'
18
GOLANGCI_VERSION: 'v1.61.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.
@@ -142,6 +142,7 @@ jobs:
142
with:
143
path: .
144
merge-multiple: true
145
+ pattern: "!*.dockerbuild" # This gets uploaded by docker/build-push-action but must be skipped: https://github.com/actions/toolkit/pull/1874
146
147
- name: Setup the Crossplane CLI
148
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
0 commit comments