Skip to content

Commit 2b49fc6

Browse files
authored
Merge pull request #392 from jastang/patch-1
Update `docker buildx` version in ci.yml
2 parents eb45288 + 49567cc commit 2b49fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Common versions
1717
GO_VERSION: '1.23.6'
1818
GOLANGCI_VERSION: 'v1.62.0'
19-
DOCKER_BUILDX_VERSION: 'v0.11.2'
19+
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh
2222
# script. They determine what version it installs.
@@ -143,6 +143,7 @@ jobs:
143143
with:
144144
path: .
145145
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
146147

147148
- name: Setup the Crossplane CLI
148149
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"

0 commit comments

Comments
 (0)