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:
Will Sarg 2026-02-15 18:15:38 -05:00 committed by GitHub
parent a04716d86c
commit 28ec4ae826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 76 additions and 53 deletions

View file

@ -10,6 +10,7 @@ yanked = "warn"
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",