blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
10 stars 0 forks source link

Set-up the docker registry for fabric #154

Closed Andrew-Morozko closed 3 weeks ago

Andrew-Morozko commented 1 month ago

To complete #141 (and PR #153) we need to set up a container registry and the credentials to use it in this repo.

I presume the first choice is the hub.docker.com, just because it would give the shortest container names for our users.

All that's left is to register there, create a repo for fabric, supply DOCKERHUB_USERNAME and DOCKERHUB_TOKEN as github secrets, and make sure that DOCKER_REPO_NAME is correct (currently set to blackstork-io/fabric)