Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ The canonical home for these images is Github Container Registry:
Once you have made your changes, ensure that your local docker daemon is running and you are
[logged in to Github Container Registry][1], and then run `./tools/images/build.sh`.

Authentication is easiest done with a classic personal access token with the `write:packages` and
`read:packages` scope. Create this at <https://github.com/settings/tokens>, and then use it as the
password for `docker login ghcr.io -u YOUR_GITHUB_USERNAME`. You must be a repository admin to
push the images.

[1]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry
Loading