Skip to content

Commit

Permalink
Merge pull request #2 from commercetools/forked_repo_image_publish_doc
Browse files Browse the repository at this point in the history
Document forked repo image publishing
  • Loading branch information
Oded-B authored Apr 5, 2024
2 parents 700f9db + 3129459 commit 38a22cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<img width="785" alt="image" src="https://github.com/commercetools/telefonistka/assets/1616153/2f7201d6-fdb2-4cbf-8705-d6da7f4f6e80">




## Roadmap

See the [open issues](https://github.com/wayfair-incubator/telefonistka/issues) for a list of proposed features (and known issues).
Expand Down

0 comments on commit 38a22cb

Please sign in to comment.