dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

build: use docker BuildKit cache #233

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

If branches are specified, dashmate will build them, slowing down CI. The satackey cache action does not give appreciable benefits in this case.

What was done?

How Has This Been Tested?

In CI

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only