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

ci: fix buildx var substitution in compose file #245

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

Buildx v0.6.0 contains a bug that prevents variable substitution in docker compose files

What was done?

Force installation of v0.6.1, which contains a fix

How Has This Been Tested?

Tested working on update-grpc branch

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only

strophy commented 3 years ago

Closed in favor of #246