fix(ci): reduce Docker Actions cost without weakening PR gates (#232)
* fix(docker): update workflow to improve Docker image build and push process, add timeout * fix(licenses): allow Apache-2.0 WITH LLVM-exception
This commit is contained in:
parent
a04716d86c
commit
28ec4ae826
2 changed files with 76 additions and 53 deletions
|
|
@ -10,6 +10,7 @@ yanked = "warn"
|
|||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue