diff --git a/README.md b/README.md index efc540d6..99d24c38 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,14 @@ See [here](docs/observability.md) * Add a webhook to repo setting (don't forget the `/webhook` path in the URL). * Content type needs to be `application/json`, **currently** only PR events are needed +To publish container images from a forked repo set the `IMAGE_NAME` and `REGISTRY` GitHub Action Repository variables to use GitHub packages. +`REGISTRY` should be `ghcr.io` and `IMAGE_NAME` should match the repository slug, like so: +like so: +image + + + + ## Roadmap See the [open issues](https://github.com/wayfair-incubator/telefonistka/issues) for a list of proposed features (and known issues).