Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: push to dockerhub, use in readme #479

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

jzelinskie
Copy link
Member

No description provided.

@github-actions github-actions bot added area/docs Affects docs or metadata (e.g. README) area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels Mar 14, 2022
@@ -81,8 +81,7 @@ brew install authzed/tap/spicedb
SpiceDB is also available as a container image:

```sh
docker pull ghcr.io/authzed/spicedb:latest
docker run -p 50051:50051 -p 8080:8080 quay.io/authzed/spicedb serve --grpc-preshared-key 'somerandomkeyhere'
docker run -p 50051:50051 -p 8080:8080 authzed/spicedb:latest serve --grpc-preshared-key 'somerandomkeyhere'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this won't work until we make a release with the new config

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like something we can hold until right before we cut a release, then.
Or I can just copy images over now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied everything over.

Copy link
Contributor

@ecordell ecordell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jzelinskie jzelinskie merged commit 4857a69 into main Mar 17, 2022
@jzelinskie jzelinskie deleted the readme-image-fix branch March 17, 2022 23:33
@github-actions github-actions bot locked and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Affects docs or metadata (e.g. README) area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants