authzed / spicedb

Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data
https://authzed.com/docs
Apache License 2.0
4.98k stars 267 forks source link

Replace docker release workflow with ko #1924

Open jzelinskie opened 3 months ago

jzelinskie commented 3 months ago

Problem Statement

Our container releases are slow and very verbose to configure in goreleaser.

Solution Brainstorm

Goreleaser has support for ko directly that should be much faster and less error-prone.

cc @ecordell