mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-07-03 01:32:25 +08:00
Merge pull request #575 from crazy-max/fix-yarn-preapprove-actions-toolkit
Some checks failed
ci / main () (push) Successful in 19s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 14s
ci / main (lab:latest) (push) Successful in 20s
ci / main (cloud:latest) (push) Successful in 43s
ci / main (v0.4.1) (push) Successful in 16s
ci / main (latest) (push) Successful in 23s
ci / error (push) Failing after 34s
ci / multi (push) Successful in 43s
ci / use (false) (push) Successful in 21s
ci / debug (push) Successful in 44s
ci / use (true) (push) Successful in 28s
ci / driver (image=moby/buildkit:latest) (push) Successful in 20s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 20s
ci / docker-driver (push) Successful in 26s
ci / buildkitd-config (push) Successful in 32s
ci / buildkitd-config-inline (push) Successful in 30s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 37s
ci / with-qemu (, all) (push) Successful in 41s
ci / endpoint (push) Failing after 1m6s
ci / with-qemu (v0.9.1, all) (push) Failing after 34s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 33s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 28s
ci / standalone-cmd (push) Successful in 26s
ci / build-ref (refs/pull/731/head) (push) Failing after 39s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 53s
ci / build-ref (master) (push) Successful in 1m5s
ci / standalone-action (push) Successful in 29s
ci / docker-context (push) Successful in 23s
ci / platforms (push) Successful in 32s
ci / append (push) Successful in 37s
ci / cleanup (true) (push) Successful in 20s
ci / cleanup (false) (push) Successful in 30s
ci / k3s (latest) (push) Failing after 22s
ci / k3s (v0.10.5) (push) Failing after 31s
ci / cache-binary (false) (push) Failing after 16s
ci / k3s (v0.11.0) (push) Failing after 30s
ci / cache-binary (true) (push) Failing after 22s
ci / keep-state-error (push) Successful in 15s
ci / keep-state (push) Successful in 24s
zizmor / zizmor (push) Failing after 15s
validate / prepare (push) Successful in 18s
codeql / analyze (push) Failing after 1m37s
validate / validate (push) Failing after 2m23s
test / test (push) Successful in 3m49s
ci / windows-error (push) Has been cancelled
Some checks failed
ci / main () (push) Successful in 19s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 14s
ci / main (lab:latest) (push) Successful in 20s
ci / main (cloud:latest) (push) Successful in 43s
ci / main (v0.4.1) (push) Successful in 16s
ci / main (latest) (push) Successful in 23s
ci / error (push) Failing after 34s
ci / multi (push) Successful in 43s
ci / use (false) (push) Successful in 21s
ci / debug (push) Successful in 44s
ci / use (true) (push) Successful in 28s
ci / driver (image=moby/buildkit:latest) (push) Successful in 20s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 20s
ci / docker-driver (push) Successful in 26s
ci / buildkitd-config (push) Successful in 32s
ci / buildkitd-config-inline (push) Successful in 30s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 37s
ci / with-qemu (, all) (push) Successful in 41s
ci / endpoint (push) Failing after 1m6s
ci / with-qemu (v0.9.1, all) (push) Failing after 34s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 33s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 28s
ci / standalone-cmd (push) Successful in 26s
ci / build-ref (refs/pull/731/head) (push) Failing after 39s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 53s
ci / build-ref (master) (push) Successful in 1m5s
ci / standalone-action (push) Successful in 29s
ci / docker-context (push) Successful in 23s
ci / platforms (push) Successful in 32s
ci / append (push) Successful in 37s
ci / cleanup (true) (push) Successful in 20s
ci / cleanup (false) (push) Successful in 30s
ci / k3s (latest) (push) Failing after 22s
ci / k3s (v0.10.5) (push) Failing after 31s
ci / cache-binary (false) (push) Failing after 16s
ci / k3s (v0.11.0) (push) Failing after 30s
ci / cache-binary (true) (push) Failing after 22s
ci / keep-state-error (push) Successful in 15s
ci / keep-state (push) Successful in 24s
zizmor / zizmor (push) Failing after 15s
validate / prepare (push) Successful in 18s
codeql / analyze (push) Failing after 1m37s
validate / validate (push) Failing after 2m23s
test / test (push) Successful in 3m49s
ci / windows-error (push) Has been cancelled
chore: allow actions-toolkit to bypass yarn age gate
This commit is contained in:
@@ -14,6 +14,9 @@ logFilters:
|
||||
- code: YN0086
|
||||
level: discard
|
||||
|
||||
npmPreapprovedPackages:
|
||||
- "@docker/actions-toolkit"
|
||||
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
enableHardenedMode: true
|
||||
|
||||
Reference in New Issue
Block a user