Skip to content

Commit f68e356

Browse files
committed
Avoid github cache sunset failure
Follow crossplane/crossplane#6399 Signed-off-by: Yury Tsarev <[email protected]>
1 parent 647bf49 commit f68e356

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.1'
1818
GOLANGCI_VERSION: 'v1.61.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.
@@ -142,6 +142,7 @@ jobs:
142142
with:
143143
path: .
144144
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
145146

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

0 commit comments

Comments
 (0)