Martin
Martin
@thom-nic I made an attempt at rebasing [over here](https://github.com/mpauly-exnaton/node.bcrypt.js/tree/prebuildify-and-docker-build). Things to watch out for: * I removed github actions as introduced by @recrsn and kept the one introduced by @thom-nic...
We experienced the same problem with grpc-js version 1.9.1 and @authzed/authzed-node 0.9.1. We didn't find any clear pattern in which requests were slow and which ones weren't. Downgrading to grpc-js...
@brentpi Thanks for the heads up! I've upgraded our dependencies end of last week, and it seems that so far the problems also haven't resurfaced for us. If they reappear...
We just ran into a similar problem as @nsainaney: we'd like certain tags to be enabled only on a release, so something akin to ``` "type=raw,value={{branch}}-{{date 'YYYY-MM-DD.HHmmss'}}-{{sha}}", "type=semver,pattern={{version}},enable=${{ github.event_name ==...