Skip to content

Commit 49567cc

Browse files
committed
Skip downloading ".dockerbuild" OCI layouts from docker/build-push-action
Signed-off-by: Jason Tang <[email protected]>
1 parent e9275dd commit 49567cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)